mpc85xx: use IS_E_PROCESSOR macro

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
Kim Phillips 2008-06-17 17:45:22 -05:00 committed by Andrew Fleming-AFLEMING
parent 6b70ffb9d1
commit 06b4186c10
1 changed files with 1 additions and 1 deletions

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