]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx8mn_evk: Cleanup headers
authorPeng Fan <peng.fan@nxp.com>
Thu, 29 Jan 2026 10:54:08 +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/imx8mn_evk/imx8mn_evk.c
board/nxp/imx8mn_evk/spl.c

index 9d3f29f225317ed6cf3991ed8286696b99f00a6c..e13b35c116ae52cf9374456285a643228a07d707 100644 (file)
@@ -3,12 +3,12 @@
  * Copyright 2019 NXP
  */
 
-#include <asm/arch/sys_proto.h>
-#include <asm/io.h>
 #include <config.h>
 #include <efi_loader.h>
 #include <env.h>
 #include <init.h>
+#include <asm/io.h>
+#include <asm/arch/sys_proto.h>
 
 #if CONFIG_IS_ENABLED(EFI_HAVE_CAPSULE_SUPPORT)
 #define IMX_BOOT_IMAGE_GUID \
index 6554d445a59e65a9863e215d6328e37702a613bb..f07443e5c1544c54ef74cb05e0c29a5c0a3584aa 100644 (file)
@@ -4,32 +4,21 @@
  *
  */
 
-#include <command.h>
-#include <cpu_func.h>
 #include <hang.h>
 #include <image.h>
 #include <init.h>
 #include <log.h>
 #include <spl.h>
-#include <asm/io.h>
-#include <asm/mach-imx/iomux-v3.h>
-#include <asm/arch/clock.h>
-#include <asm/arch/imx8mn_pins.h>
-#include <asm/arch/sys_proto.h>
-#include <asm/mach-imx/boot_mode.h>
-#include <asm/arch/ddr.h>
-#include <asm/sections.h>
-
 #include <dm/uclass.h>
 #include <dm/device.h>
 #include <dm/uclass-internal.h>
 #include <dm/device-internal.h>
 #include <power/pmic.h>
 #include <power/pca9450.h>
-#include <asm/mach-imx/gpio.h>
-#include <asm/mach-imx/mxc_i2c.h>
-#include <fsl_esdhc_imx.h>
-#include <mmc.h>
+#include <asm/sections.h>
+#include <asm/arch/ddr.h>
+#include <asm/arch/sys_proto.h>
+#include <asm/mach-imx/boot_mode.h>
 
 int spl_board_boot_device(enum boot_device boot_dev_spl)
 {