summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91/at91rm9200.h
diff options
context:
space:
mode:
authorAchim Ehrlich <aehrlich@taskit.de>2010-02-24 09:29:16 (GMT)
committerTom Rix <Tom.Rix@windriver.com>2010-03-07 18:36:35 (GMT)
commit7c966a8bdfdab80cafbfed035d7ae6ea6f58f756 (patch)
tree545dbb64661d1cdedbf718d813d330aa45bcdcf9 /include/asm-arm/arch-at91/at91rm9200.h
parent5c97a1de196fdcbe9d098948ecf4fccfbea23b78 (diff)
downloadu-boot-7c966a8bdfdab80cafbfed035d7ae6ea6f58f756.tar.xz
ARM change name of defines for AT91 arm926ejs
Configuration defines should be preceeded with CONFIG_SYS_. Renamed some at91 specific defines to conform to this naming convention: AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK Signed-off-by: Achim Ehrlich <aehrlich@taskit.de>
Diffstat (limited to 'include/asm-arm/arch-at91/at91rm9200.h')
-rw-r--r--include/asm-arm/arch-at91/at91rm9200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-at91/at91rm9200.h b/include/asm-arm/arch-at91/at91rm9200.h
index 990f5a6..1bee6f2 100644
--- a/include/asm-arm/arch-at91/at91rm9200.h
+++ b/include/asm-arm/arch-at91/at91rm9200.h
@@ -130,6 +130,6 @@
#define AT91_PMX_CA_NCS7 0x00002000
#define AT91_PMX_CA_D16_31 0xFFFF0000
-#define AT91_CPU_NAME "AT91RM9200"
+#define CONFIG_SYS_AT91_CPU_NAME "AT91RM9200"
#endif