Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2111667b authored by Andrew Ruder's avatar Andrew Ruder Committed by Haojian Zhuang
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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));
}