summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFahad Kunnadthadi <fahad.k@linaro.org>2013-04-19 11:58:01 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-04-19 16:45:47 +0530
commitf3577e9da89dcb5f399b32b79f6524d32e41e541 (patch)
treeb99d98be24ab867b5cd8b82cf5f2d1869751d176
parentcd05975a749aabff11da05733b64111770340dc8 (diff)
ARM: EXYNOS: MFC buffer allocation size increased.
Increased size of MFC buffers 8MB to 32MB Signed-off-by: Fahad Kunnadthadi <fahad.k@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/mach-exynos/mach-origen_quad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-origen_quad.c b/arch/arm/mach-exynos/mach-origen_quad.c
index 999691cf5c61..ea7a460f2035 100644
--- a/arch/arm/mach-exynos/mach-origen_quad.c
+++ b/arch/arm/mach-exynos/mach-origen_quad.c
@@ -808,7 +808,7 @@ static struct i2c_board_info i2c3_devs[] __initdata = {
static void __init origen_quad_reserve(void)
{
- s5p_mfc_reserve_mem(0x43000000, 8 << 20, 0x51000000, 8 << 20);
+ s5p_mfc_reserve_mem(0x43000000, 32 << 20, 0x51000000, 32 << 20);
}
/* USB EHCI */