Skip to content
Snippets Groups Projects
Commit a03377b6 authored by Thomas Chou's avatar Thomas Chou
Browse files

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: default avatarThomas Chou <thomas@wytron.com.tw>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarMarek Vasut <marex@denx.de>
parent 25ea1661
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ config NIOS2 ...@@ -63,6 +63,7 @@ config NIOS2
bool "Nios II architecture" bool "Nios II architecture"
select HAVE_GENERIC_BOARD select HAVE_GENERIC_BOARD
select SYS_GENERIC_BOARD select SYS_GENERIC_BOARD
select SUPPORT_OF_CONTROL
config OPENRISC config OPENRISC
bool "OpenRISC architecture" bool "OpenRISC architecture"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment