diff options
| author | Peng Fan <[email protected]> | 2026-01-08 19:06:50 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-01-17 15:00:23 -0300 |
| commit | a427e84aab0d6e1fd1fae795e4e16c92a1ce5160 (patch) | |
| tree | 697bb932e7be65c27722d94bb2e6dc82c58cecea | |
| parent | fd6fee77f9a6f98e6813756d82bb827ce55863dc (diff) | |
imx93_evk: Cleanup headers
Drop unused headers and sort them.
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | board/freescale/imx93_evk/imx93_evk.c | 2 | ||||
| -rw-r--r-- | board/freescale/imx93_evk/spl.c | 29 |
2 files changed, 6 insertions, 25 deletions
diff --git a/board/freescale/imx93_evk/imx93_evk.c b/board/freescale/imx93_evk/imx93_evk.c index 0278ef9805f..70b07fa3c6f 100644 --- a/board/freescale/imx93_evk/imx93_evk.c +++ b/board/freescale/imx93_evk/imx93_evk.c @@ -7,8 +7,6 @@ #include <efi_loader.h> #include <init.h> #include <asm/arch/sys_proto.h> -#include <dm/device.h> -#include <dm/uclass.h> #if CONFIG_IS_ENABLED(EFI_HAVE_CAPSULE_SUPPORT) #define IMX_BOOT_IMAGE_GUID \ diff --git a/board/freescale/imx93_evk/spl.c b/board/freescale/imx93_evk/spl.c index cba8ccdc01e..2e4de10fdd5 100644 --- a/board/freescale/imx93_evk/spl.c +++ b/board/freescale/imx93_evk/spl.c @@ -3,36 +3,19 @@ * Copyright 2022 NXP */ -#include <command.h> -#include <cpu_func.h> -#include <hang.h> -#include <image.h> #include <init.h> -#include <log.h> +#include <power/pmic.h> +#include <power/pca9450.h> #include <spl.h> #include <asm/global_data.h> -#include <asm/io.h> -#include <asm/arch/imx93_pins.h> -#include <asm/arch/mu.h> -#include <asm/arch/clock.h> -#include <asm/arch/sys_proto.h> -#include <asm/mach-imx/boot_mode.h> -#include <asm/mach-imx/mxc_i2c.h> -#include <asm/arch-mx7ulp/gpio.h> -#include <asm/mach-imx/ele_api.h> -#include <asm/mach-imx/syscounter.h> #include <asm/sections.h> -#include <dm/uclass.h> -#include <dm/device.h> -#include <dm/uclass-internal.h> -#include <dm/device-internal.h> -#include <linux/delay.h> #include <asm/arch/clock.h> -#include <asm/arch/ccm_regs.h> #include <asm/arch/ddr.h> -#include <power/pmic.h> -#include <power/pca9450.h> +#include <asm/arch/mu.h> +#include <asm/arch/sys_proto.h> #include <asm/arch/trdc.h> +#include <asm/mach-imx/boot_mode.h> +#include <asm/mach-imx/ele_api.h> DECLARE_GLOBAL_DATA_PTR; |
