提交 afbb1893 编写于 作者: A Alex 提交者: Tony Lindgren

ARM: OMAP: Add omap_reserve functionality

This patch adds omap_reserve functionality to board-omap3logic.c
Signed-off-by: NAlex Gershgorin <alexg@meprolight.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 192cfd58
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册