summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-01-08 19:06:54 +0800
committerFabio Estevam <[email protected]>2026-01-17 15:00:23 -0300
commitd12df78f2a70785e9a5e4289b69ad8c6d24bc9a0 (patch)
tree2d6698eb1270822ee555ff2ec82a4548c14012b5
parent3e169580cd694af45d15470b618a50dafb05ccf1 (diff)
imx95_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/imx95_evk/imx95_evk.c2
-rw-r--r--board/freescale/imx95_evk/spl.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/board/freescale/imx95_evk/imx95_evk.c b/board/freescale/imx95_evk/imx95_evk.c
index fe0111be508..ca1d916deab 100644
--- a/board/freescale/imx95_evk/imx95_evk.c
+++ b/board/freescale/imx95_evk/imx95_evk.c
@@ -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)
diff --git a/board/freescale/imx95_evk/spl.c b/board/freescale/imx95_evk/spl.c
index 48b47d2aed9..90c7429272b 100644
--- a/board/freescale/imx95_evk/spl.c
+++ b/board/freescale/imx95_evk/spl.c
@@ -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;