summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9260ek.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-31 12:44:46 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:53 +0200
commitb32e189079fa16e1b647ac6b949fd4e0a9435343 (patch)
tree4d78a304c9105314abbff42129bbb594c0b2662d /include/configs/at91sam9260ek.h
parent5bb59b3c906ee01adfaac9565443e5236a793079 (diff)
downloadblackbird-obmc-uboot-b32e189079fa16e1b647ac6b949fd4e0a9435343.tar.gz
blackbird-obmc-uboot-b32e189079fa16e1b647ac6b949fd4e0a9435343.zip
at91: move cpu name define to arm/arch/ cpu header
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/at91sam9260ek.h')
-rw-r--r--include/configs/at91sam9260ek.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index e46c9d6ae6..1828c63afd 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -34,10 +34,8 @@
#define CONFIG_ARM926EJS 1 /* This is an ARM926EJS Core */
#ifdef CONFIG_AT91SAM9G20EK
-#define AT91_CPU_NAME "AT91SAM9G20"
#define CONFIG_AT91SAM9G20 1 /* It's an Atmel AT91SAM9G20 SoC*/
#else
-#define AT91_CPU_NAME "AT91SAM9260"
#define CONFIG_AT91SAM9260 1 /* It's an Atmel AT91SAM9260 SoC*/
#endif
OpenPOWER on IntegriCloud