mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
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>
This commit is contained in:
parent
25ea166112
commit
a03377b62f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue