diff options
author | Wu, Josh | 2014-05-20 17:44:45 +0800 |
---|---|---|
committer | Andreas Bießmann | 2014-05-27 00:10:53 +0200 |
commit | e83c4d24b12266d5616429b60e1a15e04c507e89 (patch) | |
tree | 16669ccf6ecbf90339d3056689fcf6c8d80f740e /include/configs/ethernut5.h | |
parent | 7f6bd0da9b06afb534bc13ef02b15eb7a5f067e3 (diff) |
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/ethernut5.h')
-rw-r--r-- | include/configs/ethernut5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index 89d668b7a5b..c81fc44b121 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -23,7 +23,6 @@ #define CONFIG_MACH_TYPE MACH_TYPE_ETHERNUT5 /* CPU information */ -#define CONFIG_ARM926EJS #define CONFIG_DISPLAY_CPUINFO /* Display at console. */ #define CONFIG_ARCH_CPU_INIT |