From patchwork Thu Jul 21 14:17:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12925289 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C6215C433EF for ; Thu, 21 Jul 2022 14:22:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1WQjPVwDmY85XOQ12oELhxkUkUG8W6z9kwhGEWe4v5s=; b=aA/7y9x688CZi7 6FQr4BysMF3Lurklrp/tTVjp/oXAN7v2K54epurJNODs4J+xdLwgPMe5wPAllnr2tF9ICzl66BDk+ W9I91NMSo7AdAvHCY6E9K1VuzWWKL224Y/GVN+ElfwNZR6jzZ8LQVn08/1Heo9eRcrZnREB4glg3p BEmpHeWiOgg6aZPcduTXg2pX0ilMnr/Q2I87t1hEHKIUqq5WcW9rxMGzMcgK8BKuphZPsAJWwcxX8 mukeNsdy4img2gun76RvGbMY8WF4xXrxY0Sw/p5U5q/AG18VIGjcTbKT5VyVh4RAGu0BG/qiN1V1F EoWQsVp0i8YgXpPiqWdg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oEX3T-007mnk-71; Thu, 21 Jul 2022 14:21:31 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oEX0F-007hc6-Qk for linux-arm-kernel@lists.infradead.org; Thu, 21 Jul 2022 14:18:13 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6A59161E41; Thu, 21 Jul 2022 14:18:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3339C3411E; Thu, 21 Jul 2022 14:18:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658413090; bh=18DwAHkKxjcCBheHPH4Wa5ZHnslpYuW4gNUE57fn0xg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Oweyfb8vcVZ/j0jUl0yyntH+//b6CiLJ6FIK6BIclnHxaXZVUobLJLD/oEDeGoyVu DXr9TyaNll57MIGDa2R58X0vC/JJB5tSZKDn4QDM0C+xi05i96g44wcm+rC3dverwx AKbj6pfRT92ZijW5a6lrgEnUxXIM+bKo2AUuZ1IZ5wafbDXVnaJM2pHuzjhmjXDuVd rDu82hs5NnTfEtKeu5IGJcSXCyO6brpo1mi59gQtLG17Cq7fRB27TLJ/5GuJBCtMmm lHMk/vNM2431b+Dno0j6mqc5r9szi8IArh1DdvdW/BeMWhi4nXbYbXCBa2IG6+m11s xGnKmmVgkdBbQ== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Arnd Bergmann , Dan Williams , Lennert Buytenhek Subject: [PATCH 12/13] ARM: iop32x: mark as unused Date: Thu, 21 Jul 2022 16:17:21 +0200 Message-Id: <20220721141722.2414719-13-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220721141722.2414719-1-arnd@kernel.org> References: <20220721141722.2414719-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220721_071811_936833_1FD6C57F X-CRM114-Status: GOOD ( 17.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann The iop32x platform has recently been converted to be part of the multiplatform configuration, and it should be possible to keep it alive for longer by making it boot from devicetree like we did for the related ixp4xx platform. However, it appears that no users remain at this point, so just mark the entire platfor depending on CONFIG_UNUSED_BOARD_FILES, with the intention of removing it in early 2023. If any users remain, please speak up now. Cc: Dan Williams Cc: Lennert Buytenhek Signed-off-by: Arnd Bergmann Acked-by: Dan Williams --- arch/arm/configs/iop32x_defconfig | 1 + arch/arm/mach-iop32x/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/iop32x_defconfig b/arch/arm/configs/iop32x_defconfig index 3bc51fb4ebc9..c16e92cdfd00 100644 --- a/arch/arm/configs/iop32x_defconfig +++ b/arch/arm/configs/iop32x_defconfig @@ -9,6 +9,7 @@ CONFIG_MACH_GLANTANK=y CONFIG_ARCH_IQ80321=y CONFIG_ARCH_IQ31244=y CONFIG_MACH_N2100=y +CONFIG_UNUSED_BOARD_FILES=y CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc" CONFIG_FPE_NWFPE=y CONFIG_BINFMT_AOUT=y diff --git a/arch/arm/mach-iop32x/Kconfig b/arch/arm/mach-iop32x/Kconfig index 142c6374543c..761fbb04faa1 100644 --- a/arch/arm/mach-iop32x/Kconfig +++ b/arch/arm/mach-iop32x/Kconfig @@ -3,7 +3,7 @@ menuconfig ARCH_IOP32X bool "IOP32x-based platforms" depends on ARCH_MULTI_V5 depends on CPU_LITTLE_ENDIAN - depends on ATAGS + depends on ATAGS && UNUSED_BOARD_FILES select CPU_XSCALE select GPIO_IOP select GPIOLIB