summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnamalai Lakshmanan <annamalai.lakshmanan@linaro.org>2012-04-17 08:37:04 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-06-20 11:15:23 +0530
commit6ec845bbda43878acbfb9a7b3599b65ffdf84db4 (patch)
treebf513c348bad560618e8b1200d80d25d4986974e
parent13e8e0bed4bd798fac0b03b27f807d462b3fef9a (diff)
ARM: EXYNOS: Increase MFC reserved memory on Origen
Increased MFC reserved memory to 16 MB on each banks. This is required for OMX layer of Android. Change-Id: I0a53a00980c9aa879118805c192379afc9675793 Signed-off-by: Annamalai Lakshmanan <annamalai.lakshmanan@linaro.org>
-rw-r--r--arch/arm/mach-exynos/mach-origen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index f5572be9d7bf..e939c01cc3f6 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -725,7 +725,7 @@ static void __init origen_power_init(void)
static void __init origen_reserve(void)
{
- s5p_mfc_reserve_mem(0x43000000, 8 << 20, 0x51000000, 8 << 20);
+ s5p_mfc_reserve_mem(0x43000000, 32 << 20, 0x51000000, 32 << 20);
}
static void __init origen_machine_init(void)