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 <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2026-01-08 19:06:54 +08:00
committed by Fabio Estevam
parent 3e169580cd
commit d12df78f2a
2 changed files with 5 additions and 5 deletions

View 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)

View 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;