Skip to content
Snippets Groups Projects
Commit 8312af9f authored by Andreas Bießmann's avatar Andreas Bießmann Committed by U-Boot
Browse files

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: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent ea5c50f2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment