projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea5c50f
)
a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warning
author
Andreas Bießmann
<andreas.devel@googlemail.com>
Mon, 18 Jul 2011 09:41:05 +0000
(09:41 +0000)
committer
U-Boot
<uboot@aari01-12.(none)>
Wed, 3 Aug 2011 11:00:55 +0000
(13:00 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm920t/cpu.c
b/arch/arm/cpu/arm920t/cpu.c
index be82c87c7dd70706851d606cee084c9a07e0ad15..34adb11535059d9f0b641234b2fed544f852b4d0 100644
(file)
--- 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)