mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
mpc85xx: use IS_E_PROCESSOR macro
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
6b70ffb9d1
commit
06b4186c10
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue