]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx8mp_evk: Cleanup headers
authorPeng Fan <peng.fan@nxp.com>
Thu, 29 Jan 2026 10:54:06 +0000 (18:54 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 6 Feb 2026 23:29:59 +0000 (20:29 -0300)
Drop unused headers and sort them.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/nxp/imx8mp_evk/imx8mp_evk.c
board/nxp/imx8mp_evk/spl.c

index 732c0fa561d7e19412639f19048053d5f9e82f47..489e5ad4d43eda81b26316825a4357c41499722a 100644 (file)
@@ -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 \
index 4e6a5830b07127f36888b18dbd9de5e073c257b1..5b4aac42830e65f382da06f953ef9979215359b0 100644 (file)
@@ -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)
 {