[U-Boot] [PATCH 3/3] stv0991: remove define CONFIG_OF_SEPARATE from board file

Vikas Manocha vikas.manocha at st.com
Tue Jun 9 02:47:11 CEST 2015


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 at st.com>
---
 include/configs/stv0991.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index a78d899..d97c4ea 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -80,7 +80,6 @@
 #define CONFIG_AUTOBOOT_STOP_STR               " "
 #define CONFIG_AUTOBOOT_PROMPT                 \
 	"Hit SPACE in %d seconds to stop autoboot.\n", bootdelay
-#define CONFIG_OF_SEPARATE
 #define CONFIG_OF_LIBFDT
 
 /*
-- 
1.7.9.5



More information about the U-Boot mailing list