All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: npcm: remove select of non-existant ERRATA
@ 2023-03-16 20:47 ` Rouven Czerwinski
  0 siblings, 0 replies; 6+ messages in thread
From: Rouven Czerwinski @ 2023-03-16 20:47 UTC (permalink / raw)
  To: Avi Fishman, Tomer Maimon, Tali Perry, Patrick Venture,
	Nancy Yuen, Benjamin Fair, Russell King
  Cc: kernel, Rouven Czerwinski, openbmc, linux-arm-kernel, linux-kernel

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 <r.czerwinski@pengutronix.de>
---
 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
-- 
2.39.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-22  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16 20:47 [PATCH] ARM: npcm: remove select of non-existant ERRATA Rouven Czerwinski
2023-03-16 20:47 ` Rouven Czerwinski
2023-03-16 20:47 ` Rouven Czerwinski
2023-03-22  7:50 ` Paul Menzel
2023-03-22  7:50   ` Paul Menzel
2023-03-22  7:50   ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.