提交 06b4186c 编写于 作者: K Kim Phillips 提交者: Andrew Fleming-AFLEMING

mpc85xx: use IS_E_PROCESSOR macro

Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
上级 6b70ffb9
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册