1
0
Fork 0

nios2: permit device tree control of U-Boot

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>
utp
Thomas Chou 2015-09-04 13:18:00 +08:00
parent 25ea166112
commit a03377b62f
1 changed files with 1 additions and 0 deletions

View 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"