X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fppc4xx%2Fcpu.c;h=9e9c685afe344800882b7fe281b217a55765607f;hb=42ed33ffe135f618680f9d6e9712eb35a85bcb62;hp=d376f52a608f0365f79964d51a8a6f9f55474ba0;hpb=c7f69c340277935a6c19a956421852da944a365f;p=oweals%2Fu-boot.git diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index d376f52a60..9e9c685afe 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c @@ -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 /* ------------------------------------------------------------------------- */