From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3E83C433F5 for ; Thu, 7 Oct 2021 10:08:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D2DD661108 for ; Thu, 7 Oct 2021 10:08:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240741AbhJGKK1 (ORCPT ); Thu, 7 Oct 2021 06:10:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:38764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232573AbhJGKKY (ORCPT ); Thu, 7 Oct 2021 06:10:24 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B2026610E6; Thu, 7 Oct 2021 10:08:29 +0000 (UTC) Date: Thu, 7 Oct 2021 11:08:26 +0100 From: Catalin Marinas To: Zenghui Yu Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, will@kernel.org, wanghaibin.wang@huawei.com, Arnd Bergmann Subject: Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs Message-ID: References: <20210821030519.127-1-yuzenghui@huawei.com> <39c2b2f9-4de2-8e7d-2135-96f1dab750e0@canonical.com> <5991e347-18f0-30cd-58b9-9e3276bd98bd@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5991e347-18f0-30cd-58b9-9e3276bd98bd@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 07, 2021 at 05:42:46PM +0800, Zenghui Yu wrote: > On 2021/8/23 21:01, Krzysztof Kozlowski wrote: > > On 21/08/2021 05:05, Zenghui Yu wrote: > > > Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into > > > ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx > > > platform"), they can be dropped from defconfig now. > > > > > > Cc: Krzysztof Kozlowski > > > Cc: Arnd Bergmann > > > Signed-off-by: Zenghui Yu > > > --- > > > arch/arm64/configs/defconfig | 3 --- > > > 1 file changed, 3 deletions(-) > > > > Reviewed-by: Krzysztof Kozlowski > > I have no idea about which tree should this patch go via, so a gentle > ping here. I've verified that this can still be applied cleanly on top > of today's -next. Usually defconfig changes go in via the arm-soc tree rather than the arm64 one. -- Catalin