projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ea166
)
nios2: permit device tree control of U-Boot
author
Thomas Chou
<thomas@wytron.com.tw>
Fri, 4 Sep 2015 05:18:00 +0000
(13:18 +0800)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index 4f738195d856b8cb26f61e63b9dd89ab3551b9f8..207c778d13c45cc721fceeaa5dfe46abab9c59df 100644
(file)
--- 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"