[PATCH 1/1] arm/mach-sc5xx: don't select non-existent GIC_600_CLEAR_RDPD

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Wed Feb 25 07:19:51 CET 2026


The symbol CONFIG_GIC_600_CLEAR_RDPD does not exist.
Don't select it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 arch/arm/mach-sc5xx/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-sc5xx/Kconfig b/arch/arm/mach-sc5xx/Kconfig
index ec1d5539dc9..e781603a8cf 100644
--- a/arch/arm/mach-sc5xx/Kconfig
+++ b/arch/arm/mach-sc5xx/Kconfig
@@ -44,7 +44,6 @@ config SC59X_64
 	select COMMON_CLK_ADI_SC598
 	select GICV3
 	select GICV3_SUPPORT_GIC600
-	select GIC_600_CLEAR_RDPD
 	select MMC_SDHCI_ADMA_FORCE_32BIT
 	select NOP_PHY if PHY
 
-- 
2.51.0



More information about the U-Boot mailing list