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

Commit 6a706ec5 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Alex Shi
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>
(cherry picked from commit b50e7df946138399832af8f2b067fa6c3256a005)
Signed-off-by: default avatarAlex Shi <alex.shi@linaro.org>
parent 8e38a38b
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,