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 0d50549..bde8e56 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");