
7 Feb
2015
7 Feb
'15
7:51 p.m.
Enable this in the Kconfig so that PowerPC boards can use device tree to configure U-Boot.
Signed-off-by: Simon Glass sjg@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