diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-31 12:44:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:53 +0200 |
commit | b32e189079fa16e1b647ac6b949fd4e0a9435343 (patch) | |
tree | 4d78a304c9105314abbff42129bbb594c0b2662d /include/configs/pm9263.h | |
parent | 5bb59b3c906ee01adfaac9565443e5236a793079 (diff) | |
download | u-boot-b32e189079fa16e1b647ac6b949fd4e0a9435343.tar.gz |
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/pm9263.h')
-rw-r--r-- | include/configs/pm9263.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 0db17b3545..d60c417a11 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -29,8 +29,6 @@ #define __CONFIG_H /* ARM asynchronous clock */ -#define AT91_CPU_NAME "AT91SAM9263" - #define CONFIG_DISPLAY_BOARDINFO #define MASTER_PLL_DIV 15 |