]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc85xx: use IS_E_PROCESSOR macro
authorKim Phillips <kim.phillips@freescale.com>
Tue, 17 Jun 2008 22:45:22 +0000 (17:45 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Mon, 14 Jul 2008 22:01:34 +0000 (17:01 -0500)
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
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");