diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2014-05-16 10:51:05 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2014-05-27 00:10:47 +0200 |
commit | ecd04611f6001901734b7c6e938fc9e36cbf930c (patch) | |
tree | 5c4132490f50e910ee39611f2e74a9bf9f5ce4bf | |
parent | 9902c7b6f1c9b1e99e4d7c62cc7e98257aa04d0b (diff) | |
download | u-boot-imx-ecd04611f6001901734b7c6e938fc9e36cbf930c.zip u-boot-imx-ecd04611f6001901734b7c6e938fc9e36cbf930c.tar.gz u-boot-imx-ecd04611f6001901734b7c6e938fc9e36cbf930c.tar.bz2 |
corvus: remove unneeded CONFIG_AT91_LEGACY
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Heiko Schocher <hs@denx.de>
-rw-r--r-- | include/configs/corvus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h index 959e188..631add3 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -27,7 +27,6 @@ #define CONFIG_SYS_TEXT_BASE 0x73f00000 -#define CONFIG_AT91_LEGACY #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ /* ARM asynchronous clock */ |