]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc85xx/cpu.c
mpc85xx: use IS_E_PROCESSOR macro
[karo-tx-uboot.git] / cpu / mpc85xx / cpu.c
index 0d50549f2d8cb49905eb2d999a49ce3c658b8b4b..bde8e56703c6286a0ed8528f79651df9296eb0c9 100644 (file)
@@ -97,7 +97,7 @@ int checkcpu (void)
        if (cpu) {
                puts(cpu->name);
 
-               if (svr & 0x80000)
+               if (IS_E_PROCESSOR(svr))
                        puts("E");
        } else {
                puts("Unknown");