From patchwork Fri Oct 21 15:49:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 13015027 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 85615C433FE for ; Fri, 21 Oct 2022 15:52:12 +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=78k4nkiAz5xQgnAWIB0u5GTJgqXq2FG1abUSTDcBvDM=; b=4Lrn/Dn5ulkyfe 4zL8GPxByBYNKhevO3OXsujLg7SJ+c5uUYaBXDaMkR/aBL/8WtHuXy0k539ubAdU7tuCDNGaI4XaX ot92wT5hMtPRIjIuAmFhf9LhNmSdzxJcGOYbBeBLbdhwC8gYIMH03ygJSsoVnd+aTyClJCnVmT1F9 K/cx7KmML8un/rFhPKpxDWBa4wpx9uZhiA4hepafHz4+xARWn5pWa9UKyq3sv2U+UcAYWr9yJcl53 yIMBDLx0wBUzX/1UXfa21vnyQ4cheybXXyItk38uO5i8H8O/vWpzm93RRvJr0XJS9XvO5Q76wnhd5 lppm4FvWUdQeYp/cbJ/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oluIo-008k7l-L9; Fri, 21 Oct 2022 15:51:18 +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 1oluIl-008k76-Uz for linux-arm-kernel@lists.infradead.org; Fri, 21 Oct 2022 15:51:17 +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 53C1461EDA; Fri, 21 Oct 2022 15:51:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 287FAC433C1; Fri, 21 Oct 2022 15:51:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666367474; bh=02xgHKl4J6URwRa+LsuMzm/BT2QzQWcjATRH+/1NXmk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=V5MxsZijGVQcLEfZ/4jOYJqbyLeaXVg4fZQNSs6wIwcaCtndHDyn/peNwSBm+qjr5 UWSYVEHNTK4WOzNCIaUoyHs6UAPDYhXQF9uk3YjEbSqCdn20hL/MRf3P/mw9cX5r9D uX7mHiq938HYSBwC9n2Ha8qCPlX+CxiSb9v8vWS4sgMcVETToEz6qPJBdOecmgkLFA vSFN4CnF2zlJLMkB4G/9pNumDFa5M6qKjfysjNgsRq755Wz1gZrnZJ02H9U0yHcj6l A21Cfl96Kwx5YWMcA6wfO9A+GewWs7pX4OxWp5nrJ80ac68VFC3OsOdSMhsWNCjEPv 75hCseYpWWflw== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Russell King , Linus Walleij , Lubomir Rintel Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Stefan Lehner Subject: [PATCH 01/11] ARM: sa1100: un-deprecate jornada720 Date: Fri, 21 Oct 2022 17:49:31 +0200 Message-Id: <20221021155000.4108406-2-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20221021155000.4108406-1-arnd@kernel.org> References: <20221021155000.4108406-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221021_085116_050683_D1771684 X-CRM114-Status: GOOD ( 12.79 ) 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 Stefan is still trying to get this machine working again, so it won't be removed in this round. Cc: Stefan Lehner Signed-off-by: Arnd Bergmann --- arch/arm/configs/jornada720_defconfig | 1 - arch/arm/mach-sa1100/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm/configs/jornada720_defconfig b/arch/arm/configs/jornada720_defconfig index ae1d68da4f2a..91bdcc095884 100644 --- a/arch/arm/configs/jornada720_defconfig +++ b/arch/arm/configs/jornada720_defconfig @@ -6,7 +6,6 @@ CONFIG_ARCH_MULTI_V4=y CONFIG_ARCH_SA1100=y CONFIG_SA1100_JORNADA720=y CONFIG_SA1100_JORNADA720_SSP=y -CONFIG_UNUSED_BOARD_FILES=y CONFIG_FPE_NWFPE=y CONFIG_PM=y CONFIG_MODULES=y diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index fb9cd10705de..8b6360e363d1 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig @@ -109,7 +109,6 @@ config SA1100_BADGE4 config SA1100_JORNADA720 bool "HP Jornada 720" - depends on UNUSED_BOARD_FILES # FIXME: select ARM_SA11x0_CPUFREQ select SA1111 help