diff options
author | Tom Rini | 2024-04-30 20:42:29 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:25 -0600 |
commit | af0c293f16d7adfde6a097d1d72a75358b08d937 (patch) | |
tree | 0e0f3b367f83975a2288d42e5c8f575e1c7e46a8 /board | |
parent | aeff0463c7dc312de2dfac5d8c11c994b0236b10 (diff) |
board: out4: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c b/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c index edb200e9e55..10469aecd0b 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; |