verdin-imx8mm: clean-up include order

Alphabetically order includes.
While at it also update copyright year resp. period.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
Marcel Ziswiler
2021-10-09 22:41:09 +02:00
committed by Stefano Babic
parent 8da72960ed
commit ae05a2a162

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2020 Toradex
* Copyright 2020-2021 Toradex
*/
#include <common.h>
@@ -10,9 +10,9 @@
#include <asm/global_data.h>
#include <asm/io.h>
#include <i2c.h>
#include <micrel.h>
#include <miiphy.h>
#include <netdev.h>
#include <micrel.h>
#include "../common/tdx-cfg-block.h"