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-12-13 14:53:49 +0530
commitec8cf98ca7fe902cf8f4c22adcd70ecaaf4b9053 (patch)
treee52cc815771eba7284c6158721551eaa8649aee0
parent61a9e0c38c05f95a374d8a9ea8311939fee6fbc0 (diff)
downloadlinux-topics-ec8cf98ca7fe902cf8f4c22adcd70ecaaf4b9053.tar.gz
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 e18aa407444..981d7f7f984 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -904,7 +904,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)