aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2013-04-03 09:33:09 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-05-09 15:21:48 +0530
commit884fdba0cd00ffa63d1582e2c0da326bdf07fad5 (patch)
tree8a5006993f87ebf0542abfcf16c741cd100f17f4
parent5f637f4afdb097f5788c4a6e1e4c7d75781be632 (diff)
linaro/configs: arndale: Use 2G/2G memory split
Arndale has 2GB of RAM. Using 1G/3G memory split, half of the board's RAM ends up being "highmem", severely impacting system performance. It also means that kernel code must explicitly manage mapping in/out of any code/data resident above physical address 0x80000000. Using 2G/2G memory split is the optimum configuration. Suggested-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--linaro/configs/arndale.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/arndale.conf b/linaro/configs/arndale.conf
index 22c9f0069ea..7960e810578 100644
--- a/linaro/configs/arndale.conf
+++ b/linaro/configs/arndale.conf
@@ -8,6 +8,7 @@ CONFIG_ARCH_EXYNOS=y
CONFIG_S3C_LOWLEVEL_UART_PORT=2
# CONFIG_ARCH_EXYNOS4 is not set
CONFIG_ARCH_EXYNOS5=y
+CONFIG_VMSPLIT_2G=y
CONFIG_NR_CPUS=2
CONFIG_PREEMPT=y
CONFIG_HIGHMEM=y