diff mbox

[U-Boot,3/6] a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warning

Message ID 1311018069-60651-4-git-send-email-andreas.devel@googlemail.com
State Accepted
Commit 8312af9f9093b11062d8264bae1c499b513f8be7
Delegated to: Reinhard Meyer
Headers show

Commit Message

Andreas Bießmann July 18, 2011, 7:41 p.m. UTC
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>
---
 arch/arm/cpu/arm920t/cpu.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/cpu/arm920t/cpu.c b/arch/arm/cpu/arm920t/cpu.c
index be82c87..34adb11 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)