diff mbox

[U-Boot,v4,1/7] nios2: permit device tree control of U-Boot

Message ID 1441587806-23115-2-git-send-email-thomas@wytron.com.tw
State Accepted, archived
Delegated to: Thomas Chou
Headers show

Commit Message

Thomas Chou Sept. 7, 2015, 1:03 a.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Chou Sept. 7, 2015, 2:24 a.m. UTC | #1
On 09/07/2015 09:03 AM, Thomas Chou wrote:
> 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 | 1 +
>   1 file changed, 1 insertion(+)

Applied to u-boot-nios.
diff mbox

Patch

diff --git a/arch/Kconfig b/arch/Kconfig
index 4f73819..207c778 100644
--- 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"