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 522B6C433EF for ; Thu, 7 Oct 2021 09:43:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2C0C26117A for ; Thu, 7 Oct 2021 09:43:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232891AbhJGJpC (ORCPT ); Thu, 7 Oct 2021 05:45:02 -0400 Received: from szxga03-in.huawei.com ([45.249.212.189]:24220 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230389AbhJGJoy (ORCPT ); Thu, 7 Oct 2021 05:44:54 -0400 Received: from dggemv711-chm.china.huawei.com (unknown [172.30.72.56]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4HQ5vB3gq8zPjvY; Thu, 7 Oct 2021 17:41:58 +0800 (CST) Received: from dggema764-chm.china.huawei.com (10.1.198.206) by dggemv711-chm.china.huawei.com (10.1.198.66) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2308.8; Thu, 7 Oct 2021 17:42:58 +0800 Received: from [10.174.185.179] (10.174.185.179) by dggema764-chm.china.huawei.com (10.1.198.206) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.8; Thu, 7 Oct 2021 17:42:58 +0800 Subject: Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs To: Krzysztof Kozlowski , , CC: , , , Arnd Bergmann References: <20210821030519.127-1-yuzenghui@huawei.com> <39c2b2f9-4de2-8e7d-2135-96f1dab750e0@canonical.com> From: Zenghui Yu Message-ID: <5991e347-18f0-30cd-58b9-9e3276bd98bd@huawei.com> Date: Thu, 7 Oct 2021 17:42:46 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <39c2b2f9-4de2-8e7d-2135-96f1dab750e0@canonical.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.185.179] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggema764-chm.china.huawei.com (10.1.198.206) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Thanks! 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. Zenghui