提交 e22455f0 编写于 作者: L Ladislav Michl 提交者: Tom Rini

armv7: fix order of OMAP die ID printing

Signed-off-by: NLadislav Michl <ladis@linux-mips.org>
Acked-by: NEnric Balletbo i Serra <enric.balletbo@collabora.com>
上级 a8122410
......@@ -108,6 +108,6 @@ void omap_die_id_display(void)
omap_die_id(die_id);
printf("OMAP die ID: %08x%08x%08x%08x\n", die_id[0], die_id[1],
die_id[2], die_id[3]);
printf("OMAP die ID: %08x%08x%08x%08x\n", die_id[3], die_id[2],
die_id[1], die_id[0]);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册