diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2014-05-20 17:44:44 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2014-05-27 00:10:52 +0200 |
commit | 7f6bd0da9b06afb534bc13ef02b15eb7a5f067e3 (patch) | |
tree | 65a7ff29a84d3c26962da1566cd7652109670f07 /include/configs/ethernut5.h | |
parent | 168a48f39f6e3437f15d379530f89e204a6a81a7 (diff) | |
download | u-boot-imx-7f6bd0da9b06afb534bc13ef02b15eb7a5f067e3.zip u-boot-imx-7f6bd0da9b06afb534bc13ef02b15eb7a5f067e3.tar.gz u-boot-imx-7f6bd0da9b06afb534bc13ef02b15eb7a5f067e3.tar.bz2 |
at91: remove redundant AT91FAMILY definition in board config file
Now the AT91FAMILY is already defined in the at91 SoC header. The at91
board config file will include the SoC header file.
So we can remove the redundant AT91FAMILY definition in at91 board
config files.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
[rebase patch]
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 480d867..89d668b 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -24,7 +24,6 @@ /* CPU information */ #define CONFIG_ARM926EJS -#define CONFIG_AT91FAMILY #define CONFIG_DISPLAY_CPUINFO /* Display at console. */ #define CONFIG_ARCH_CPU_INIT |