aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuveer Murthy <[email protected]>2010-12-17 18:15:07 -0800
committerTony Lindgren <[email protected]>2010-12-20 18:48:16 -0800
commitd920e52020bcad791b12137deea341665160b974 (patch)
tree6040443a073e2e29f77550e383daf7c5d3d529b0
parentf389f4cb46e69fe2cea81e21fd01efc4daf07c8e (diff)
OMAP4: Pandaboard: Add omap_reserve functionality
This patch adds omap_reserve functionality to board-omap4panda.c. Helps in the reserving boot time memory in SDRAM, used here for framebuffer allocation. This patch is in similar lines to commit id 71ee7dad9b6991, from Russell king Cc: Russell King <[email protected]> Cc: [email protected] Signed-off-by: Raghuveer Murthy <[email protected]> [[email protected]: fixed to be before .map_io as pointed out by Russell King] Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r--arch/arm/mach-omap2/board-omap4panda.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index 38f942beb121..b82f2319a091 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -406,6 +406,7 @@ static void __init omap4_panda_map_io(void)
MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board")
/* Maintainer: David Anders - Texas Instruments Inc */
.boot_params = 0x80000100,
+ .reserve = omap_reserve,
.map_io = omap4_panda_map_io,
.init_irq = omap4_panda_init_irq,
.init_machine = omap4_panda_init,