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

Commit 43e21ef0 authored by Paul Bolle's avatar Paul Bolle Committed by Tony Lindgren
Browse files

ARM: OMAP2+: Remove legacy macros for zoom platforms



Commit 97411608 ("ARM: OMAP2+: Remove legacy support for zoom
platforms") removed the Kconfig symbols MACH_OMAP_ZOOM2 and
MACH_OMAP_ZOOM3. Remove the last usage of the related macros too.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 84b57c84
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -179,15 +179,6 @@ static struct map_desc omap34xx_io_desc[] __initdata = {
		.length		= L4_EMU_34XX_SIZE,
		.length		= L4_EMU_34XX_SIZE,
		.type		= MT_DEVICE
		.type		= MT_DEVICE
	},
	},
#if defined(CONFIG_DEBUG_LL) &&							\
	(defined(CONFIG_MACH_OMAP_ZOOM2) || defined(CONFIG_MACH_OMAP_ZOOM3))
	{
		.virtual	= ZOOM_UART_VIRT,
		.pfn		= __phys_to_pfn(ZOOM_UART_BASE),
		.length		= SZ_1M,
		.type		= MT_DEVICE
	},
#endif
};
};
#endif
#endif