Skip to content

Commit 2111667

Browse files
Andrew Ruderhzhuang1
Andrew Ruder
authored andcommitted
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: Andrew Ruder <[email protected]> Acked-by: Haojian Zhuang <[email protected]>
1 parent 43e2be1 commit 2111667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-pxa/generic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@ static struct map_desc common_io_desc[] __initdata = {
9393

9494
void __init pxa_map_io(void)
9595
{
96+
debug_ll_io_init();
9697
iotable_init(ARRAY_AND_SIZE(common_io_desc));
9798
}

0 commit comments

Comments
 (0)