summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-01-08 19:06:53 +0800
committerFabio Estevam <[email protected]>2026-01-17 15:00:23 -0300
commit3e169580cd694af45d15470b618a50dafb05ccf1 (patch)
tree7ca317dae6cbc011a8b6f4c1dbdef8d98c56ec42
parent270b8f1418a2ee981149fb6fb5effd6a57b86838 (diff)
imx94_evk: Sort header files
Sort header files following the order: - generic-header - asm/generic-header - asm/arch/ - asm/mach-imx/ Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--board/freescale/imx94_evk/imx94_evk.c6
-rw-r--r--board/freescale/imx94_evk/spl.c10
2 files changed, 8 insertions, 8 deletions
diff --git a/board/freescale/imx94_evk/imx94_evk.c b/board/freescale/imx94_evk/imx94_evk.c
index 28d512ac5f3..588aa7548d4 100644
--- a/board/freescale/imx94_evk/imx94_evk.c
+++ b/board/freescale/imx94_evk/imx94_evk.c
@@ -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)
{
diff --git a/board/freescale/imx94_evk/spl.c b/board/freescale/imx94_evk/spl.c
index 341b165b3c8..0aa75ea907e 100644
--- a/board/freescale/imx94_evk/spl.c
+++ b/board/freescale/imx94_evk/spl.c
@@ -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;