summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-01-29 18:54:06 +0800
committerFabio Estevam <[email protected]>2026-02-06 20:29:59 -0300
commit652830fa0b3fdec60d9b816f2055f1fe32aeb2ee (patch)
tree6dfbc516d4ddd3a6906fb3f262f60941ada859c2
parent649a52aeb92a5a6b8fdc09eef5f3bcb45c2b11c7 (diff)
imx8mp_evk: Cleanup headers
Drop unused headers and sort them. Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--board/nxp/imx8mp_evk/imx8mp_evk.c2
-rw-r--r--board/nxp/imx8mp_evk/spl.c8
2 files changed, 4 insertions, 6 deletions
diff --git a/board/nxp/imx8mp_evk/imx8mp_evk.c b/board/nxp/imx8mp_evk/imx8mp_evk.c
index 732c0fa561d..489e5ad4d43 100644
--- a/board/nxp/imx8mp_evk/imx8mp_evk.c
+++ b/board/nxp/imx8mp_evk/imx8mp_evk.c
@@ -3,10 +3,10 @@
* Copyright 2019 NXP
*/
-#include <asm/arch/sys_proto.h>
#include <config.h>
#include <efi_loader.h>
#include <env.h>
+#include <asm/arch/sys_proto.h>
#if CONFIG_IS_ENABLED(EFI_HAVE_CAPSULE_SUPPORT)
#define IMX_BOOT_IMAGE_GUID \
diff --git a/board/nxp/imx8mp_evk/spl.c b/board/nxp/imx8mp_evk/spl.c
index 4e6a5830b07..5b4aac42830 100644
--- a/board/nxp/imx8mp_evk/spl.c
+++ b/board/nxp/imx8mp_evk/spl.c
@@ -7,15 +7,13 @@
#include <hang.h>
#include <init.h>
#include <log.h>
+#include <power/pmic.h>
+#include <power/pca9450.h>
#include <spl.h>
#include <asm/arch/clock.h>
+#include <asm/arch/ddr.h>
#include <asm/arch/sys_proto.h>
#include <asm/mach-imx/boot_mode.h>
-#include <asm/arch/ddr.h>
-#include <power/pmic.h>
-#include <power/pca9450.h>
-#include <dm/uclass.h>
-#include <dm/device.h>
int spl_board_boot_device(enum boot_device boot_dev_spl)
{