Skip to content
Snippets Groups Projects
Commit e83c4d24 authored by Wu, Josh's avatar Wu, Josh Committed by Andreas Bießmann
Browse files

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: default avatarJosh Wu <josh.wu@atmel.com>
Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 7f6bd0da
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
#define CONFIG_SYS_TEXT_BASE 0x26f00000 #define CONFIG_SYS_TEXT_BASE 0x26f00000
#define CONFIG_ARM926EJS
/* ARM asynchronous clock */ /* ARM asynchronous clock */
#define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */
#define CONFIG_SYS_AT91_MAIN_CLOCK 16000000 /* main clock xtal */ #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000 /* main clock xtal */
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#define CONFIG_MACH_TYPE MACH_TYPE_ETHERNUT5 #define CONFIG_MACH_TYPE MACH_TYPE_ETHERNUT5
/* CPU information */ /* CPU information */
#define CONFIG_ARM926EJS
#define CONFIG_DISPLAY_CPUINFO /* Display at console. */ #define CONFIG_DISPLAY_CPUINFO /* Display at console. */
#define CONFIG_ARCH_CPU_INIT #define CONFIG_ARCH_CPU_INIT
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
#define CONFIG_ARM926EJS /* This is an ARM926EJS Core */
#define CONFIG_AT91SAM9263 /* It's an Atmel AT91SAM9263 SoC*/ #define CONFIG_AT91SAM9263 /* It's an Atmel AT91SAM9263 SoC*/
#define CONFIG_VL_MA2SC /* on an VL_MA2SC Board */ #define CONFIG_VL_MA2SC /* on an VL_MA2SC Board */
#define CONFIG_ARCH_CPU_INIT #define CONFIG_ARCH_CPU_INIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment