diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/memory.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/memory.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/plat-omap/include/plat/memory.h b/arch/arm/plat-omap/include/plat/memory.h index e6720aa2d553..7f9df6f1e113 100644 --- a/arch/arm/plat-omap/include/plat/memory.h +++ b/arch/arm/plat-omap/include/plat/memory.h | |||
@@ -85,18 +85,5 @@ | |||
85 | 85 | ||
86 | #endif /* CONFIG_ARCH_OMAP15XX */ | 86 | #endif /* CONFIG_ARCH_OMAP15XX */ |
87 | 87 | ||
88 | /* Override the ARM default */ | ||
89 | #ifdef CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE | ||
90 | |||
91 | #if (CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE == 0) | ||
92 | #undef CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE | ||
93 | #define CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE 2 | ||
94 | #endif | ||
95 | |||
96 | #define CONSISTENT_DMA_SIZE \ | ||
97 | (((CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE + 1) & ~1) * 1024 * 1024) | ||
98 | |||
99 | #endif | ||
100 | |||
101 | #endif | 88 | #endif |
102 | 89 | ||