[U-Boot] [PATCH 2/3] stv0991: move OF_CONTROL config to defconfig
Vikas Manocha
vikas.manocha at st.com
Tue Jun 9 02:47:10 CEST 2015
Signed-off-by: Vikas Manocha <vikas.manocha at st.com>
---
configs/stv0991_defconfig | 1 +
include/configs/stv0991.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/stv0991_defconfig b/configs/stv0991_defconfig
index 2be3f82..817a832 100644
--- a/configs/stv0991_defconfig
+++ b/configs/stv0991_defconfig
@@ -6,3 +6,4 @@ CONFIG_NETDEVICES=y
CONFIG_DEFAULT_DEVICE_TREE="stv0991"
CONFIG_SYS_EXTRA_OPTIONS="stv0991"
CONFIG_ETH_DESIGNWARE=y
+CONFIG_OF_CONTROL=y
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index ea62f43..a78d899 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -81,7 +81,6 @@
#define CONFIG_AUTOBOOT_PROMPT \
"Hit SPACE in %d seconds to stop autoboot.\n", bootdelay
#define CONFIG_OF_SEPARATE
-#define CONFIG_OF_CONTROL
#define CONFIG_OF_LIBFDT
/*
--
1.7.9.5
More information about the U-Boot
mailing list