Fix ppc4xx clear_bss() code
[oweals/u-boot.git] / cpu / ppc4xx / cpu.c
index d376f52a608f0365f79964d51a8a6f9f55474ba0..9e9c685afe344800882b7fe281b217a55765607f 100644 (file)
@@ -510,7 +510,6 @@ int checkcpu (void)
        return 0;
 }
 
-#if defined (CONFIG_440SPE)
 int ppc440spe_revB() {
        unsigned int pvr;
 
@@ -520,7 +519,6 @@ int ppc440spe_revB() {
        else
                return 0;
 }
-#endif
 
 /* ------------------------------------------------------------------------- */