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

Commit b50e7df9 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Shawn Guo
Browse files

ARM: imx: Remove unneeded .map_io initialization



If machine_desc.map_io is not set, devicemaps_init() in the common ARM
code will call debug_ll_io_init().

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 76e68684
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ static const char * const imx6sl_dt_compat[] __initconst = {
};

DT_MACHINE_START(IMX6SL, "Freescale i.MX6 SoloLite (Device Tree)")
	.map_io		= debug_ll_io_init,
	.init_irq	= imx6sl_init_irq,
	.init_machine	= imx6sl_init_machine,
	.init_late      = imx6sl_init_late,
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ static const char * const imx6sx_dt_compat[] __initconst = {
};

DT_MACHINE_START(IMX6SX, "Freescale i.MX6 SoloX (Device Tree)")
	.map_io		= debug_ll_io_init,
	.init_irq	= imx6sx_init_irq,
	.init_machine	= imx6sx_init_machine,
	.dt_compat	= imx6sx_dt_compat,