Skip to content
Snippets Groups Projects
Commit 06b4186c authored by Kim Phillips's avatar Kim Phillips Committed by Andrew Fleming-AFLEMING
Browse files

mpc85xx: use IS_E_PROCESSOR macro

parent 6b70ffb9
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment