diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-09-14 19:42:09 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-09-23 14:19:37 +0200 |
commit | ed1098e4738d935cef12833b08916f6f5e700652 (patch) | |
tree | 5c46c42fc2f2573ffb01416271ae1d89e55c56f6 /arch | |
parent | ARM: imx_v6_v7_defconfig: enable imx6ul_tsc (diff) | |
download | linux-ed1098e4738d935cef12833b08916f6f5e700652.tar.xz linux-ed1098e4738d935cef12833b08916f6f5e700652.zip |
ARM: imx_v6_v7_defconfig: Remove CONFIG_VMSPLIT_2G
CONFIG_VMSPLIT_2G was added to mx5_defconfig by commit 06965c39b4c639
("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.html
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 61d4e028d386..4187f69f6630 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -47,7 +47,6 @@ CONFIG_SOC_VF610=y CONFIG_PCI=y CONFIG_PCI_IMX6=y CONFIG_SMP=y -CONFIG_VMSPLIT_2G=y CONFIG_PREEMPT_VOLUNTARY=y CONFIG_AEABI=y CONFIG_HIGHMEM=y |