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/io.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/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 3cfb425ea67e..4e1f53d0b880 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <plat/sdrc.h> | 33 | #include <plat/sdrc.h> |
34 | #include <plat/gpmc.h> | 34 | #include <plat/gpmc.h> |
35 | #include <plat/serial.h> | 35 | #include <plat/serial.h> |
36 | #include <plat/vram.h> | ||
37 | 36 | ||
38 | #include "clock2xxx.h" | 37 | #include "clock2xxx.h" |
39 | #include "clock3xxx.h" | 38 | #include "clock3xxx.h" |
@@ -241,8 +240,6 @@ static void __init _omap2_map_common_io(void) | |||
241 | 240 | ||
242 | omap2_check_revision(); | 241 | omap2_check_revision(); |
243 | omap_sram_init(); | 242 | omap_sram_init(); |
244 | omapfb_reserve_sdram(); | ||
245 | omap_vram_reserve_sdram(); | ||
246 | } | 243 | } |
247 | 244 | ||
248 | #ifdef CONFIG_ARCH_OMAP2420 | 245 | #ifdef CONFIG_ARCH_OMAP2420 |