[U-Boot] [PATCH v2 02/19] powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL)
Simon Glass
sjg at chromium.org
Sat Feb 7 19:51:35 CET 2015
Enable this in the Kconfig so that PowerPC boards can use device tree to
configure U-Boot.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
arch/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/Kconfig b/arch/Kconfig
index f63cc5a..67e99e9 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -39,6 +39,7 @@ config OPENRISC
config PPC
bool "PowerPC architecture"
select HAVE_PRIVATE_LIBGCC
+ select SUPPORT_OF_CONTROL
config SANDBOX
bool "Sandbox"
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list