diff options
| -rw-r--r-- | board/freescale/imx94_evk/imx94_evk.c | 6 | ||||
| -rw-r--r-- | board/freescale/imx94_evk/spl.c | 10 |
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; |
