提交 2111667b 编写于 作者: A Andrew Ruder 提交者: Haojian Zhuang

ARM: pxa: call debug_ll_io_init for earlyprintk

This is already done automatically for many other ARM platforms by the
ARM core code, but since pxa is using the .map_io callback, it needs to
call it explicitely for earlyprintk support.
Signed-off-by: NAndrew Ruder <andrew.ruder@elecsyscorp.com>
Acked-by: NHaojian Zhuang <haojian.zhuang@linaro.org>
上级 43e2be14
......@@ -93,5 +93,6 @@ static struct map_desc common_io_desc[] __initdata = {
void __init pxa_map_io(void)
{
debug_ll_io_init();
iotable_init(ARRAY_AND_SIZE(common_io_desc));
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册