summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-01-08 19:06:51 +0800
committerFabio Estevam <[email protected]>2026-01-17 15:00:23 -0300
commit550680a29fae210790467e3f7175733a8bc345ca (patch)
tree57db4ff0956b356499cf0ec629a1b1e800f63774
parenta427e84aab0d6e1fd1fae795e4e16c92a1ce5160 (diff)
imx93_qsb: Cleanup headers
Drop unused headers and sort them. Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--board/freescale/imx93_qsb/imx93_qsb.c2
-rw-r--r--board/freescale/imx93_qsb/spl.c29
2 files changed, 6 insertions, 25 deletions
diff --git a/board/freescale/imx93_qsb/imx93_qsb.c b/board/freescale/imx93_qsb/imx93_qsb.c
index 503a8667245..9de91758aa7 100644
--- a/board/freescale/imx93_qsb/imx93_qsb.c
+++ b/board/freescale/imx93_qsb/imx93_qsb.c
@@ -5,8 +5,6 @@
#include <env.h>
#include <init.h>
-#include <miiphy.h>
-#include <netdev.h>
#include <asm/arch/sys_proto.h>
int board_late_init(void)
diff --git a/board/freescale/imx93_qsb/spl.c b/board/freescale/imx93_qsb/spl.c
index 6d1ab60eda0..7d0f225c9b5 100644
--- a/board/freescale/imx93_qsb/spl.c
+++ b/board/freescale/imx93_qsb/spl.c
@@ -3,36 +3,19 @@
* Copyright 2024 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;