[U-Boot] [v4 03/10] stv0991: remove define CONFIG_OF_SEPARATE from board file
Vikas Manocha
vikas.manocha at st.com
Fri Jul 3 03:29:39 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>
---
Changes in v4: None
Changes in v3: Rebased to spi-next-dev
Changes in v2: None
include/configs/stv0991.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index ff82afc..718ef40 100644
--- 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 */
--
1.7.9.5
More information about the U-Boot
mailing list