nios2: permit device tree control of U-Boot
authorThomas Chou <thomas@wytron.com.tw>
Fri, 4 Sep 2015 05:18:00 +0000 (13:18 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:28:37 +0000 (07:28 +0800)
Enable this in the Kconfig so that nios2 boards can use device
tree to configure U-Boot.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
arch/Kconfig

index 4f73819..207c778 100644 (file)
@@ -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"