summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9n12ek.h
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2014-05-20 17:44:45 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2014-05-27 00:10:53 +0200
commite83c4d24b12266d5616429b60e1a15e04c507e89 (patch)
tree16669ccf6ecbf90339d3056689fcf6c8d80f740e /include/configs/at91sam9n12ek.h
parent7f6bd0da9b06afb534bc13ef02b15eb7a5f067e3 (diff)
downloadtalos-obmc-uboot-e83c4d24b12266d5616429b60e1a15e04c507e89.tar.gz
talos-obmc-uboot-e83c4d24b12266d5616429b60e1a15e04c507e89.zip
ARM: at91: remove redundant ARM926EJS definition in board config files
As at91 board config file will include the SoC header, so we can remove the ARM926EJS definition in board config files. Signed-off-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91sam9n12ek.h')
-rw-r--r--include/configs/at91sam9n12ek.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h
index ebfc26edaf..9b0e588c6b 100644
--- a/include/configs/at91sam9n12ek.h
+++ b/include/configs/at91sam9n12ek.h
@@ -18,8 +18,6 @@
#define CONFIG_SYS_TEXT_BASE 0x26f00000
-#define CONFIG_ARM926EJS
-
/* ARM asynchronous clock */
#define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */
#define CONFIG_SYS_AT91_MAIN_CLOCK 16000000 /* main clock xtal */
OpenPOWER on IntegriCloud