soc: aspeed: cleanup dead default for ASPEED_SOCINFO

The same kconfig 'default' statement appears twice for ASPEED_SOCINFO,
which is unnecessary.

This dead code was found by kconfirm, a static analysis tool for Kconfig.

Signed-off-by: Julian Braha <julianbraha@gmail.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Julian Braha
2026-03-22 23:02:23 +00:00
committed by Andrew Jeffery
parent 577bc23547
commit bc13f14f5c

View File

@@ -46,7 +46,6 @@ config ASPEED_P2A_CTRL
config ASPEED_SOCINFO
bool "ASPEED SoC Information driver"
default ARCH_ASPEED
select SOC_BUS
default ARCH_ASPEED
help