[PATCH 5/6] board: imx8mn-var-som: remove unneeded header files

Hugo Villeneuve hugo at hugovil.com
Fri Feb 6 21:55:28 CET 2026


From: Hugo Villeneuve <hvilleneuve at dimonoff.com>

Cleanup the file by removing unneeded header files.

Signed-off-by: Hugo Villeneuve <hvilleneuve at dimonoff.com>
---
 board/variscite/imx8mn_var_som/spl.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/board/variscite/imx8mn_var_som/spl.c b/board/variscite/imx8mn_var_som/spl.c
index e86bd37544f..483e9be400d 100644
--- a/board/variscite/imx8mn_var_som/spl.c
+++ b/board/variscite/imx8mn_var_som/spl.c
@@ -9,12 +9,9 @@
 #include <spl.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/ddr.h>
-#include <asm/arch/imx8mn_pins.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/mach-imx/boot_mode.h>
-#include <asm/mach-imx/gpio.h>
 #include <asm/sections.h>
-#include <dm/device.h>
 #include <dm/uclass.h>
 
 int spl_board_boot_device(enum boot_device boot_dev_spl)
-- 
2.47.3



More information about the U-Boot mailing list