Commit d0b3723034aa865b8618428739efe1d98b1a2e2b

Authored by Heiko Schocher
Committed by Andreas Bießmann
1 parent b2868187f4

arm, at91: add generic board support for the taurus and corvus board

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

Showing 2 changed files with 4 additions and 0 deletions Side-by-side Diff

include/configs/corvus.h
... ... @@ -18,6 +18,8 @@
18 18  
19 19 #define MACH_TYPE_CORVUS 2066
20 20  
  21 +#define CONFIG_SYS_GENERIC_BOARD
  22 +
21 23 /*
22 24 * Warning: changing CONFIG_SYS_TEXT_BASE requires
23 25 * adapting the initial boot program.
include/configs/taurus.h
... ... @@ -24,6 +24,8 @@
24 24 #define MACH_TYPE_TAURUS 2067
25 25 #define MACH_TYPE_AXM 2068
26 26  
  27 +#define CONFIG_SYS_GENERIC_BOARD
  28 +
27 29 /*
28 30 * Warning: changing CONFIG_SYS_TEXT_BASE requires
29 31 * adapting the initial boot program.