Commit 150f164e authored by Eric Miao's avatar Eric Miao

ARM: pxa/saarb: make use of pxa3xx_map_io()

Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent fe0d4220
......@@ -104,7 +104,7 @@ static void __init saarb_init(void)
MACHINE_START(SAARB, "PXA955 Handheld Platform (aka SAARB)")
.boot_params = 0xa0000100,
.map_io = pxa_map_io,
.map_io = pxa3xx_map_io,
.nr_irqs = SAARB_NR_IRQS,
.init_irq = pxa95x_init_irq,
.timer = &pxa_timer,
......
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