From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Wed, 23 Sep 2015 05:19:49 -0700 Subject: [PATCH] ARM: imx_v6_v7_defconfig: Remove CONFIG_VMSPLIT_2G In-Reply-To: <1442252529-13595-1-git-send-email-fabio.estevam@freescale.com> References: <1442252529-13595-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <20150923121949.GI3529@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Sep 14, 2015 at 02:42:09PM -0300, Fabio Estevam wrote: > 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 Applied, thanks.