diff mbox

[U-Boot] arm: ethernut5: convert to generic board

Message ID 5399C670.9060303@egnite.de
State Accepted, archived
Delegated to: Andreas Bießmann
Headers show

Commit Message

Tim Schendekehl June 12, 2014, 3:25 p.m. UTC
Enable CONFIG_SYS_GENERIC_BOARD for the Ethernut 5 board.

Signed-off-by: Tim Schendekehl <tim.schendekehl@egnite.de>
---
  include/configs/ethernut5.h |    2 ++
  1 file changed, 2 insertions(+)

Comments

Andreas Bießmann June 14, 2014, 4:14 p.m. UTC | #1
Dear Tim Schendekehl,

Tim Schendekehl <tim.schendekehl@egnite.de> writes:
>Enable CONFIG_SYS_GENERIC_BOARD for the Ethernut 5 board.
>
>Signed-off-by: Tim Schendekehl <tim.schendekehl@egnite.de>
>
>---
>include/configs/ethernut5.h |    2 ++
>  1 file changed, 2 insertions(+)

applied to u-boot-atmel/master, thanks!

Best regards,
Andreas Bießmann
diff mbox

Patch

diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h
index c81fc44..4c69af6 100644
--- a/include/configs/ethernut5.h
+++ b/include/configs/ethernut5.h
@@ -12,6 +12,8 @@ 
  
  #include <asm/hardware.h>
  
+#define CONFIG_SYS_GENERIC_BOARD
+
  /* The first stage boot loader expects u-boot running at this address. */
  #define CONFIG_SYS_TEXT_BASE	0x27000000	/* 16MB available */