Browse Source

mpc85xx: use IS_E_PROCESSOR macro

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Kim Phillips 17 years ago
parent
commit
06b4186c10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cpu/mpc85xx/cpu.c

+ 1 - 1
cpu/mpc85xx/cpu.c

@@ -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");