]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm, at91: add generic board support for the taurus and corvus board
authorHeiko Schocher <hs@denx.de>
Wed, 1 Oct 2014 05:26:06 +0000 (07:26 +0200)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Fri, 10 Oct 2014 19:51:19 +0000 (21:51 +0200)
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>
include/configs/corvus.h
include/configs/taurus.h

index 6171060e9cd41ae9396a657e03508d1df166e0ed..eb1584d3cc6a6038a7da0bc6540883635d8606b0 100644 (file)
@@ -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.
index 20d4cee011f5698bb9ddf9ba52e32e601c7e515c..aadf4cd2f8907356ec533261f33fac02b578fe6f 100644 (file)
@@ -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.