Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit add85a41 authored by Simon POLETTE's avatar Simon POLETTE Committed by Sascha Hauer
Browse files

PATCH] mx27pdk: rename mxc_map_io to mx27_map_io



Hi,
Fixed issue in the mxc-master head :

Signed-off-by: default avatarSimon POLETTE <spolette@adnlysd018.(none)>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 8c032ec3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ MACHINE_START(MX27_3DS, "Freescale MX27PDK")
	.phys_io        = AIPI_BASE_ADDR,
	.phys_io        = AIPI_BASE_ADDR,
	.io_pg_offst    = ((AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc,
	.io_pg_offst    = ((AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc,
	.boot_params    = PHYS_OFFSET + 0x100,
	.boot_params    = PHYS_OFFSET + 0x100,
	.map_io         = mxc_map_io,
	.map_io         = mx27_map_io,
	.init_irq       = mxc_init_irq,
	.init_irq       = mxc_init_irq,
	.init_machine   = mx27pdk_init,
	.init_machine   = mx27pdk_init,
	.timer          = &mx27pdk_timer,
	.timer          = &mx27pdk_timer,