summaryrefslogtreecommitdiff
path: root/cpu/arm920t/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/cpu.c')
-rw-r--r--cpu/arm920t/cpu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/arm920t/cpu.c b/cpu/arm920t/cpu.c
index 34adb11..be82c87 100644
--- a/cpu/arm920t/cpu.c
+++ b/cpu/arm920t/cpu.c
@@ -33,6 +33,10 @@
#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)