[U-Boot] [PATCH v4 1/7] nios2: permit device tree control of U-Boot

Thomas Chou thomas at wytron.com.tw
Mon Sep 7 03:03:20 CEST 2015


Enable this in the Kconfig so that nios2 boards can use device
tree to configure U-Boot.

Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
Reviewed-by: Simon Glass <sjg at chromium.org>
Acked-by: Marek Vasut <marex at denx.de>
---
 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index 4f73819..207c778 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -63,6 +63,7 @@ config NIOS2
 	bool "Nios II architecture"
 	select HAVE_GENERIC_BOARD
 	select SYS_GENERIC_BOARD
+	select SUPPORT_OF_CONTROL
 
 config OPENRISC
 	bool "OpenRISC architecture"
-- 
2.1.4



More information about the U-Boot mailing list