From patchwork Thu Mar 16 20:47:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rouven Czerwinski X-Patchwork-Id: 13178310 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 B22A3C7618A for ; Thu, 16 Mar 2023 20:49:06 +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: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:In-Reply-To:References: List-Owner; bh=6g+XSmoHZWrPWymaQtpp8w//ORzWRp5RKFKsQysXmLw=; b=p7pDdkotP87Yor Bge40Wx+lKhAwMf8idUcjcdEH163oHBjAoP5pvIvpa4vLdwFwzL6M/7usYV2AF0xj4oETbfk9jWVN wnbWUy8qw/uO1JU3rIIuU+dxI3KXZg312t8/3t6P/Q71SMdlaU1znArHpHd3zTlQHdu62fuy8fm8n 9IWi1NTo8JhmAg4WeBqSrPiNwZAoYSM2oSU4kcS9fw55iNCaViVlJVfmfG4i6nxZFlUUDuVHcrmA0 mjgdLp7Gmg2BaughT6gAw25uENwCgbzFek0HSxkVtVMEK52a4/t32br//zG4SbK9PsHtoOTppdT4P KWt3AekA/HLW6J6djewg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pcuWG-00HYAU-11; Thu, 16 Mar 2023 20:48:16 +0000 Received: from magratgarlick.emantor.de ([2a01:4f8:c17:c88::2]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pcuWC-00HY9E-1w for linux-arm-kernel@lists.infradead.org; Thu, 16 Mar 2023 20:48:14 +0000 Received: by magratgarlick.emantor.de (Postfix, from userid 114) id C89F3E4CC8; Thu, 16 Mar 2023 21:48:07 +0100 (CET) Received: from localhost (unknown [46.183.103.8]) by magratgarlick.emantor.de (Postfix) with ESMTPSA id 93AABE4C53; Thu, 16 Mar 2023 21:48:04 +0100 (CET) From: Rouven Czerwinski To: Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Russell King Cc: kernel@pengutronix.de, Rouven Czerwinski , openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: npcm: remove select of non-existant ERRATA Date: Thu, 16 Mar 2023 21:47:50 +0100 Message-Id: <20230316204749.19902-1-r.czerwinski@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230316_134812_822153_433B6605 X-CRM114-Status: UNSURE ( 9.96 ) X-CRM114-Notice: Please train this message. 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 config ARCH_NPCM7XX selects ARM_ERRATA_794072, however this config option does not exist since the workaround for the errata requires secure mode access which needs to be run by the bootloader or firmware since linux can't determine whether it is running in secure mode. Signed-off-by: Rouven Czerwinski Reviewed-by: Paul Menzel --- arch/arm/mach-npcm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig index 63b42a19d1b8..d933e8abb50f 100644 --- a/arch/arm/mach-npcm/Kconfig +++ b/arch/arm/mach-npcm/Kconfig @@ -30,7 +30,6 @@ config ARCH_NPCM7XX select ARM_ERRATA_764369 if SMP select ARM_ERRATA_720789 select ARM_ERRATA_754322 - select ARM_ERRATA_794072 select PL310_ERRATA_588369 select PL310_ERRATA_727915 select MFD_SYSCON