Commit 74fe030e authored by Sascha Hauer's avatar Sascha Hauer

mx1ads: rename mxc_map_io to mx1_map_io

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 345569a2
......@@ -150,7 +150,7 @@ MACHINE_START(MX1ADS, "Freescale MX1ADS")
.phys_io = IMX_IO_PHYS,
.io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc,
.boot_params = PHYS_OFFSET + 0x100,
.map_io = mxc_map_io,
.map_io = mx1_map_io,
.init_irq = mxc_init_irq,
.timer = &mx1ads_timer,
.init_machine = mx1ads_init,
......
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