projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5160faf
)
stv0991: remove define CONFIG_OF_SEPARATE from board file
author
Vikas Manocha
<vikas.manocha@st.com>
Fri, 3 Jul 2015 01:29:39 +0000
(18:29 -0700)
committer
Jagan Teki
<jteki@openedev.com>
Fri, 3 Jul 2015 08:20:53 +0000
(13:50 +0530)
CONFIG_OF_SEPARATE is default define with CONFIG_OF_CONTROL, removing
this define from the board file to avoid multiple definition warning.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Jagannadh Teki <jteki@openedev.com>
include/configs/stv0991.h
patch
|
blob
|
history
diff --git
a/include/configs/stv0991.h
b/include/configs/stv0991.h
index ff82afc71728fa0139016c61be0e4169b4b6445f..718ef40d50b95f7428064eb4646a65277c017005 100644
(file)
--- a/
include/configs/stv0991.h
+++ b/
include/configs/stv0991.h
@@
-74,6
+74,5
@@
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTCOMMAND "go 0x40040000"
-#define CONFIG_OF_SEPARATE
#define CONFIG_OF_LIBFDT
#endif /* __CONFIG_H */