mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
ARM: pxa/saarb: make use of pxa3xx_map_io()
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
parent
fe0d42203c
commit
150f164ef2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user