summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9261ek.h
diff options
context:
space:
mode:
authorAchim Ehrlich <aehrlich@taskit.de>2010-02-24 10:29:16 +0100
committerTom Rix <Tom.Rix@windriver.com>2010-03-07 12:36:35 -0600
commit7c966a8bdfdab80cafbfed035d7ae6ea6f58f756 (patch)
tree545dbb64661d1cdedbf718d813d330aa45bcdcf9 /include/configs/at91sam9261ek.h
parent5c97a1de196fdcbe9d098948ecf4fccfbea23b78 (diff)
downloadtalos-obmc-uboot-7c966a8bdfdab80cafbfed035d7ae6ea6f58f756.tar.gz
talos-obmc-uboot-7c966a8bdfdab80cafbfed035d7ae6ea6f58f756.zip
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/configs/at91sam9261ek.h')
-rw-r--r--include/configs/at91sam9261ek.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h
index 63b55d25b7..df8181b755 100644
--- a/include/configs/at91sam9261ek.h
+++ b/include/configs/at91sam9261ek.h
@@ -30,7 +30,7 @@
#define CONFIG_AT91_LEGACY
/* ARM asynchronous clock */
-#define AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */
+#define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */
#define CONFIG_SYS_HZ 1000
#define CONFIG_ARM926EJS 1 /* This is an ARM926EJS Core */
OpenPOWER on IntegriCloud