]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx94_evk: Sort header files
authorPeng Fan <peng.fan@nxp.com>
Thu, 8 Jan 2026 11:06:53 +0000 (19:06 +0800)
committerFabio Estevam <festevam@nabladev.com>
Sat, 17 Jan 2026 18:00:23 +0000 (15:00 -0300)
Sort header files following the order:
 - generic-header
 - asm/generic-header
 - asm/arch/
 - asm/mach-imx/

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

index 28d512ac5f311abe2c1b4ea8c864c8276e0b51bc..588aa7548d4edc1ecc38362cbd1c6b42b50fb270 100644 (file)
@@ -3,11 +3,11 @@
  * Copyright 2025 NXP
  */
 
-#include <asm/arch/clock.h>
-#include <asm/gpio.h>
-#include <asm/mach-imx/sys_proto.h>
 #include <env.h>
 #include <fdt_support.h>
+#include <asm/gpio.h>
+#include <asm/arch/clock.h>
+#include <asm/mach-imx/sys_proto.h>
 
 int board_early_init_f(void)
 {
index 341b165b3c8e8f85dd0c414a3bec8ab4e2f9ea76..0aa75ea907e0cc9c5590fff00fef2ecee6e26891 100644 (file)
@@ -3,16 +3,16 @@
  * Copyright 2025 NXP
  */
 
+#include <hang.h>
+#include <init.h>
+#include <spl.h>
+#include <asm/gpio.h>
+#include <asm/sections.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/mu.h>
 #include <asm/arch/sys_proto.h>
-#include <asm/gpio.h>
 #include <asm/mach-imx/boot_mode.h>
 #include <asm/mach-imx/ele_api.h>
-#include <asm/sections.h>
-#include <hang.h>
-#include <init.h>
-#include <spl.h>
 
 DECLARE_GLOBAL_DATA_PTR;