[U-Boot] [PATCH 22/29] blackfin: Allow use of CONFIG_OF_CONTROL
Simon Glass
sjg at chromium.org
Thu Dec 15 04:27:53 CET 2016
Update blackfin to support device-tree control.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/Kconfig b/arch/Kconfig
index ffc7b45..722889d 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -25,6 +25,7 @@ config AVR32
config BLACKFIN
bool "Blackfin architecture"
+ select SUPPORT_OF_CONTROL
config M68K
bool "M68000 architecture"
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list