summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm920t/cpu.c
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2011-07-18 09:41:05 +0000
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 13:00:55 +0200
commit8312af9f9093b11062d8264bae1c499b513f8be7 (patch)
tree8338a863a1b55c80a47a668852484d73f4c1082f /arch/arm/cpu/arm920t/cpu.c
parentea5c50f297774ee7c7078a4138d84de3a6150dba (diff)
downloadblackbird-obmc-uboot-8312af9f9093b11062d8264bae1c499b513f8be7.tar.gz
blackbird-obmc-uboot-8312af9f9093b11062d8264bae1c499b513f8be7.zip
a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warning
The CONFIG_AT91_LEGACY warning became obsolete due to complete removal of at91rm9200 arch code in arm920t. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/cpu/arm920t/cpu.c')
-rw-r--r--arch/arm/cpu/arm920t/cpu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/cpu/arm920t/cpu.c b/arch/arm/cpu/arm920t/cpu.c
index be82c87c7d..34adb11535 100644
--- a/arch/arm/cpu/arm920t/cpu.c
+++ b/arch/arm/cpu/arm920t/cpu.c
@@ -33,10 +33,6 @@
#include <command.h>
#include <asm/system.h>
-#ifdef CONFIG_AT91_LEGACY
-#warning Your board is using legacy AT91RM9200 SoC access. Please update!
-#endif
-
static void cache_flush(void);
int cleanup_before_linux (void)
OpenPOWER on IntegriCloud