diff mbox

[U-Boot,v2,3/6] stv0991: remove define CONFIG_OF_SEPARATE from board file

Message ID 1435187177-3153-4-git-send-email-vikas.manocha@st.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Vikas MANOCHA June 24, 2015, 11:06 p.m. UTC
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>
---

Changed in v2: None

 include/configs/stv0991.h |    1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index 1d010c1..18f4eee 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -76,6 +76,5 @@ 
 #define CONFIG_BOOTDELAY                       3
 #define CONFIG_BOOTCOMMAND                     "go 0x40040000"
 
-#define CONFIG_OF_SEPARATE
 #define CONFIG_OF_LIBFDT
 #endif /* __CONFIG_H */