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

Commit afbb1893 authored by Alex's avatar Alex Committed by Tony Lindgren
Browse files

ARM: OMAP: Add omap_reserve functionality



This patch adds omap_reserve functionality to board-omap3logic.c

Signed-off-by: default avatarAlex Gershgorin <alexg@meprolight.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 192cfd58
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -205,6 +205,7 @@ static void __init omap3logic_init(void)

MACHINE_START(OMAP3_TORPEDO, "Logic OMAP3 Torpedo board")
	.atag_offset	= 0x100,
	.reserve	= omap_reserve,
	.map_io		= omap3_map_io,
	.init_early	= omap35xx_init_early,
	.init_irq	= omap3_init_irq,
@@ -216,6 +217,7 @@ MACHINE_END

MACHINE_START(OMAP3530_LV_SOM, "OMAP Logic 3530 LV SOM board")
	.atag_offset	= 0x100,
	.reserve	= omap_reserve,
	.map_io		= omap3_map_io,
	.init_early	= omap35xx_init_early,
	.init_irq	= omap3_init_irq,