forked from luck/tmp_suning_uos_patched
ARM: OMAP: Add omap_reserve functionality
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>
This commit is contained in:
parent
192cfd5877
commit
afbb1893ef
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user