Skip to content

Commit

Permalink
ARM: OMAP: Add omap_reserve functionality
Browse files Browse the repository at this point in the history
This patch adds omap_reserve functionality to board-omap3logic.c

Signed-off-by: Alex Gershgorin <alexg@meprolight.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Alex authored and Tony Lindgren committed Mar 5, 2012
1 parent 192cfd5 commit afbb189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-omap2/board-omap3logic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit afbb189

Please sign in to comment.