From: Simon Glass Date: Sat, 7 Feb 2015 18:51:35 +0000 (-0700) Subject: powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL) X-Git-Tag: v2025.01-rc5-pxa1908~13792^2~44 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24style.Permalink%20%7D%7D?a=commitdiff_plain;h=c1c615735f5f3348a9df0623e366c7182506aebd;p=u-boot.git powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL) Enable this in the Kconfig so that PowerPC boards can use device tree to configure U-Boot. Signed-off-by: Simon Glass --- diff --git a/arch/Kconfig b/arch/Kconfig index 132123bcaf..3d419bca3e 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -40,6 +40,7 @@ config OPENRISC config PPC bool "PowerPC architecture" select HAVE_PRIVATE_LIBGCC + select SUPPORT_OF_CONTROL config SANDBOX bool "Sandbox"