summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2010-04-26 16:59:06 +0800
committerLily Zhang <r58066@freescale.com>2010-04-26 16:59:06 +0800
commit9e288876e5255e189a51e427257c132532f69ac9 (patch)
tree0c82d0f3af2154dd942763d4d3d3b35cda1806ca
parent048a61051c9b54fd744730e64df718d7937d4e66 (diff)
ENGR00122846-1 MX5: Split user and kernel space as 2G_2G
1G kernel virtual space is not insufficent for current MX53 usages. After the discussion, agree to split kernel/user space as 2G/2G instead of 1G/3G. Signed-off-by: Lily Zhang <r58066@freescale.com> (cherry picked from commit 9a699b941491775adaf41d12b106882935f11751)
-rw-r--r--arch/arm/configs/imx5_defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/configs/imx5_defconfig b/arch/arm/configs/imx5_defconfig
index 04a59dc88761..9934ad7403f6 100644
--- a/arch/arm/configs/imx5_defconfig
+++ b/arch/arm/configs/imx5_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.31
-# Mon Apr 19 17:24:46 2010
+# Mon Apr 26 16:58:25 2010
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
@@ -257,10 +257,10 @@ CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
-CONFIG_VMSPLIT_3G=y
-# CONFIG_VMSPLIT_2G is not set
+# CONFIG_VMSPLIT_3G is not set
+CONFIG_VMSPLIT_2G=y
# CONFIG_VMSPLIT_1G is not set
-CONFIG_PAGE_OFFSET=0xC0000000
+CONFIG_PAGE_OFFSET=0x80000000
CONFIG_PREEMPT=y
CONFIG_HZ=100
CONFIG_AEABI=y