diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-23 05:18:16 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-16 06:06:41 -0400 |
commit | 71ee7dad9b69917079f24d42aff796bad7932914 (patch) | |
tree | 00da0fe750dfc5e552407a8eba14f9541879eb10 /arch/arm/mach-omap2/board-n8x0.c | |
parent | a1af0fbbbaac595b5bdf5495578d8ddbc6c17e6d (diff) |
ARM: OMAP: Convert to use ->reserve method to reserve boot time memory
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/board-n8x0.c')
-rw-r--r-- | arch/arm/mach-omap2/board-n8x0.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index 3ccc34ebdcc7..2565ff08a221 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c | |||
@@ -667,6 +667,7 @@ MACHINE_START(NOKIA_N800, "Nokia N800") | |||
667 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 667 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
668 | .boot_params = 0x80000100, | 668 | .boot_params = 0x80000100, |
669 | .map_io = n8x0_map_io, | 669 | .map_io = n8x0_map_io, |
670 | .reserve = omap_reserve, | ||
670 | .init_irq = n8x0_init_irq, | 671 | .init_irq = n8x0_init_irq, |
671 | .init_machine = n8x0_init_machine, | 672 | .init_machine = n8x0_init_machine, |
672 | .timer = &omap_timer, | 673 | .timer = &omap_timer, |
@@ -677,6 +678,7 @@ MACHINE_START(NOKIA_N810, "Nokia N810") | |||
677 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 678 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
678 | .boot_params = 0x80000100, | 679 | .boot_params = 0x80000100, |
679 | .map_io = n8x0_map_io, | 680 | .map_io = n8x0_map_io, |
681 | .reserve = omap_reserve, | ||
680 | .init_irq = n8x0_init_irq, | 682 | .init_irq = n8x0_init_irq, |
681 | .init_machine = n8x0_init_machine, | 683 | .init_machine = n8x0_init_machine, |
682 | .timer = &omap_timer, | 684 | .timer = &omap_timer, |
@@ -687,6 +689,7 @@ MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") | |||
687 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 689 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
688 | .boot_params = 0x80000100, | 690 | .boot_params = 0x80000100, |
689 | .map_io = n8x0_map_io, | 691 | .map_io = n8x0_map_io, |
692 | .reserve = omap_reserve, | ||
690 | .init_irq = n8x0_init_irq, | 693 | .init_irq = n8x0_init_irq, |
691 | .init_machine = n8x0_init_machine, | 694 | .init_machine = n8x0_init_machine, |
692 | .timer = &omap_timer, | 695 | .timer = &omap_timer, |