diff mbox

[U-Boot] arm, at91: add generic board support for the taurus and corvus board

Message ID 1412141166-30349-1-git-send-email-hs@denx.de
State Accepted, archived
Delegated to: Andreas Bießmann
Headers show

Commit Message

Heiko Schocher Oct. 1, 2014, 5:26 a.m. UTC
Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Bo Shen <voice.shen@atmel.com>
---
 include/configs/corvus.h | 2 ++
 include/configs/taurus.h | 2 ++
 2 files changed, 4 insertions(+)

Comments

Andreas Bießmann Oct. 10, 2014, 7:57 p.m. UTC | #1
Dear Heiko Schocher,

Heiko Schocher <hs@denx.de> writes:
>Signed-off-by: Heiko Schocher <hs@denx.de>
>Cc: Andreas Bießmann <andreas.devel@googlemail.com>
>Cc: Bo Shen <voice.shen@atmel.com>
>---
> include/configs/corvus.h | 2 ++
> include/configs/taurus.h | 2 ++
> 2 files changed, 4 insertions(+)

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

Best regards,
Andreas Bießmann
diff mbox

Patch

diff --git a/include/configs/corvus.h b/include/configs/corvus.h
index 6171060..eb1584d 100644
--- a/include/configs/corvus.h
+++ b/include/configs/corvus.h
@@ -18,6 +18,8 @@ 
 
 #define MACH_TYPE_CORVUS               2066
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * Warning: changing CONFIG_SYS_TEXT_BASE requires
  * adapting the initial boot program.
diff --git a/include/configs/taurus.h b/include/configs/taurus.h
index 20d4cee..aadf4cd 100644
--- a/include/configs/taurus.h
+++ b/include/configs/taurus.h
@@ -24,6 +24,8 @@ 
 #define MACH_TYPE_TAURUS		2067
 #define MACH_TYPE_AXM			2068
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * Warning: changing CONFIG_SYS_TEXT_BASE requires
  * adapting the initial boot program.