summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2010-04-26 16:59:06 +0800
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 11:20:26 +0200
commit8e11eae27029af73583e75fae66776ce2de7405a (patch)
tree54a267df4ee3449c56de58b54613924a5e21e31c
parent75bdcb0526e4759cdd120f888b0b8ad2c227845e (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) Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
-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