git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeff046
)
board: out4: Remove <common.h> and add needed includes
author
Tom Rini
<trini@konsulko.com>
Wed, 1 May 2024 02:42:29 +0000
(20:42 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 May 2024 14:00:25 +0000
(08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
patch
|
blob
|
history
diff --git
a/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
b/board/out4/o4-imx6ull-nano/o4-imx6ull-nano.c
index
edb200e
..
10469ae
100644
(file)
--- 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;