sh: Move cpu/$CPU to arch/sh/cpu/$CPU
[oweals/u-boot.git] / cpu / arm920t / cpu.c
index e4a8adb2d712c5c69b0a43376630a0adfb8b51a5..be82c87c7dd70706851d606cee084c9a07e0ad15 100644 (file)
 #include <command.h>
 #include <asm/system.h>
 
-static void cache_flush(void);
+#ifdef CONFIG_AT91_LEGACY
+#warning Your board is using legacy AT91RM9200 SoC access. Please update!
+#endif
 
-int cpu_init (void)
-{
-       return 0;
-}
+static void cache_flush(void);
 
 int cleanup_before_linux (void)
 {