]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm720t/cpu.c
ARM: remove broken "ep7312" board.
[karo-tx-uboot.git] / arch / arm / cpu / arm720t / cpu.c
index ff992aac528a376bfb92ba3e14788658bd2b602c..71d8d6b5c1f71ec6d4a2a9c87c26815f2829d647 100644 (file)
@@ -36,7 +36,7 @@
 #include <asm/hardware.h>
 #include <asm/system.h>
 
-#if defined(CONFIG_IMPA7) || defined(CONFIG_EP7312) || defined(CONFIG_ARMADILLO)
+#if defined(CONFIG_IMPA7)
 static void cache_flush(void);
 #endif
 
@@ -50,7 +50,7 @@ int cleanup_before_linux (void)
         * and we set the CPU-speed to 73 MHz - see start.S for details
         */
 
-#if defined(CONFIG_IMPA7) || defined(CONFIG_EP7312) || defined(CONFIG_ARMADILLO)
+#if defined(CONFIG_IMPA7)
        disable_interrupts ();
 
        /* turn off I-cache */
@@ -74,7 +74,7 @@ int cleanup_before_linux (void)
        return 0;
 }
 
-#if defined(CONFIG_IMPA7) || defined(CONFIG_EP7312) || defined(CONFIG_ARMADILLO)
+#if defined(CONFIG_IMPA7)
 /* flush I/D-cache */
 static void cache_flush (void)
 {