mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01: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…
Add table
Reference in a new issue