diff options
author | Andrew Ruder <andrew.ruder@elecsyscorp.com> | 2014-06-05 15:10:57 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@linaro.org> | 2014-07-04 08:30:53 -0400 |
commit | 2111667b467748ba8a3d8950e79e6921221f41eb (patch) | |
tree | 840f2239ad9bd44e8862673963fb456a86bb1af2 /arch/arm/mach-pxa | |
parent | 43e2be14c111bb8d72fdd087e94ad286336056b0 (diff) |
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 <andrew.ruder@elecsyscorp.com>
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c index 42254175fcf4..94f49c23ca02 100644 --- a/arch/arm/mach-pxa/generic.c +++ b/arch/arm/mach-pxa/generic.c | |||
@@ -93,5 +93,6 @@ static struct map_desc common_io_desc[] __initdata = { | |||
93 | 93 | ||
94 | void __init pxa_map_io(void) | 94 | void __init pxa_map_io(void) |
95 | { | 95 | { |
96 | debug_ll_io_init(); | ||
96 | iotable_init(ARRAY_AND_SIZE(common_io_desc)); | 97 | iotable_init(ARRAY_AND_SIZE(common_io_desc)); |
97 | } | 98 | } |