Commit 2111667b authored by Andrew Ruder's avatar Andrew Ruder Committed by 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: default avatarAndrew Ruder <andrew.ruder@elecsyscorp.com>
Acked-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment