[PATCH] ARM: socfpga: select OFTREE and OFDEVICE

Lucas Stach l.stach at pengutronix.de
Wed Jul 29 11:53:43 PDT 2015


SoCFPGA is completely multi-image enabled and probes the barebox
from a built-in DT, so there is no point in building a barebox
image that isn't able to probe from DT.

Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
 arch/arm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d836f66854d9..9da2ec7cf933 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -172,6 +172,8 @@ config ARCH_SOCFPGA
 	select CLKDEV_LOOKUP
 	select GPIOLIB
 	select HAVE_PBL_MULTI_IMAGES
+	select OFDEVICE
+	select OFTREE
 
 config ARCH_S3C24xx
 	bool "Samsung S3C2410, S3C2440"
-- 
2.1.4




More information about the barebox mailing list