Skip to content

Commit

Permalink
omap3: igep3: Add omap_reserve functionality
Browse files Browse the repository at this point in the history
This patch adds omap_reserve functionality to board-igep0030.c.

This patch is in similar lines to commit id 71ee7da, from
Russell king

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Enric Balletbo i Serra authored and Tony Lindgren committed Jan 11, 2011
1 parent f8362d2 commit 0f7e2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-omap2/board-igep0030.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ static void __init igep3_init(void)

MACHINE_START(IGEP0030, "IGEP OMAP3 module")
.boot_params = 0x80000100,
.reserve = omap_reserve,
.map_io = omap3_map_io,
.init_irq = igep3_init_irq,
.init_machine = igep3_init,
Expand Down

0 comments on commit 0f7e2aa

Please sign in to comment.