From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 3/3] ARM: qcom: Drop ARCH_MSM* configs Date: Wed, 25 Nov 2015 13:51:50 +0100 Message-ID: <3990433.OKhWpPeunI@wuerfel> References: <1448413710-8101-1-git-send-email-sboyd@codeaurora.org> <1448413710-8101-4-git-send-email-sboyd@codeaurora.org> <5655A94B.3030304@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <5655A94B.3030304@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Daniel Lezcano Cc: Stephen Boyd , Andy Gross , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org On Wednesday 25 November 2015 13:27:55 Daniel Lezcano wrote: > > What about: > > textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000 > textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 > > in arch/arm/Makefile Good point, we need to do something about these still. > and > > CONFIG_ARCH_MSM8X60=y > CONFIG_ARCH_MSM8960=y > CONFIG_ARCH_MSM8974=y > > in arch/arm/configs/qcom_defconfig and multi_v7_defconfig > > ? These should be removed, but they are harmless. Arnd