[PATCH 102/149] board: out4: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Wed May 1 04:42:29 CEST 2024
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Oleh Kravchenko <oleg at kaa.org.ua>
---
board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c b/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
index edb200e9e55b..10469aecd0bb 100644
--- a/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
+++ b/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
@@ -5,7 +5,6 @@
#include <asm/arch/sys_proto.h>
#include <asm/global_data.h>
#include <asm/mach-imx/boot_mode.h>
-#include <common.h>
#include <env.h>
DECLARE_GLOBAL_DATA_PTR;
--
2.34.1
More information about the U-Boot
mailing list