]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx95_evk: Sort header files
authorPeng Fan <peng.fan@nxp.com>
Thu, 8 Jan 2026 11:06:54 +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/imx95_evk/imx95_evk.c
board/freescale/imx95_evk/spl.c

index fe0111be5081dc1c0e60c9a195fbbf0d3f39321b..ca1d916deab072476ca2147086c3af161efddb33 100644 (file)
@@ -3,8 +3,8 @@
  * Copyright 2025 NXP
  */
 
-#include <asm/arch/clock.h>
 #include <asm/gpio.h>
+#include <asm/arch/clock.h>
 #include <asm/mach-imx/sys_proto.h>
 
 int board_early_init_f(void)
index 48b47d2aed9639c04efc75ab7fd6f74cd32f17b5..90c7429272b15ef583f3d1a26d3be7365afacdf1 100644 (file)
@@ -3,15 +3,15 @@
  * Copyright 2025 NXP
  */
 
+#include <hang.h>
+#include <init.h>
+#include <spl.h>
+#include <asm/sections.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/mu.h>
 #include <asm/arch/sys_proto.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;