mpc85xx: use IS_E_PROCESSOR macro
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
6b70ffb9d1
commit
06b4186c10
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user