Commit ed1098e4 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: imx_v6_v7_defconfig: Remove CONFIG_VMSPLIT_2G

CONFIG_VMSPLIT_2G was added to mx5_defconfig by commit 06965c39
("ARM i.MX5: update defconfig") to fix an issue where mx53 was not
detecting the full 1GiB memory range.

However, as explained by Russell King [1] the correct fix is to select
CONFIG_HIGHMEM.

imx_v6_v7_deconfig inherited such option from mx5_defconfig.

As imx_v6_v7_deconfig has CONFIG_HIGHMEM=y, we should no longer
select such non-standard CONFIG_VMSPLIT_2G option.

[1] http://www.spinics.net/lists/arm-kernel/msg137839.htmlSigned-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 44103fcf
...@@ -47,7 +47,6 @@ CONFIG_SOC_VF610=y ...@@ -47,7 +47,6 @@ CONFIG_SOC_VF610=y
CONFIG_PCI=y CONFIG_PCI=y
CONFIG_PCI_IMX6=y CONFIG_PCI_IMX6=y
CONFIG_SMP=y CONFIG_SMP=y
CONFIG_VMSPLIT_2G=y
CONFIG_PREEMPT_VOLUNTARY=y CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_AEABI=y CONFIG_AEABI=y
CONFIG_HIGHMEM=y CONFIG_HIGHMEM=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment