]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: imx8mn-var-som: remove unneeded header files
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Fri, 6 Feb 2026 20:55:28 +0000 (15:55 -0500)
committerFabio Estevam <festevam@gmail.com>
Fri, 6 Feb 2026 23:32:36 +0000 (20:32 -0300)
Cleanup the file by removing unneeded header files.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
board/variscite/imx8mn_var_som/spl.c

index e86bd37544fb95a576990c287ae6a5a5ebc6ed20..483e9be400d94713a77d911c0f0e4d79001e2b2c 100644 (file)
@@ -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)