]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
sunxi: Remove obsolete Kconfig selections
authorSamuel Holland <samuel@sholland.org>
Mon, 9 May 2022 05:10:54 +0000 (00:10 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Tue, 24 May 2022 00:46:06 +0000 (01:46 +0100)
ARCH_SUNXI selects DM_SERIAL, so the condition can never be satisfied.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/mach-sunxi/Kconfig

index 5fc9b29a3e377f1b02c0e75f35fa40050b0f936c..e712a895340874ceae25fe87b88f46ac0f6d1614 100644 (file)
@@ -207,7 +207,6 @@ config MACH_SUN5I
        select PHY_SUN4I_USB
        select SUNXI_GEN_SUN4I
        select SUPPORT_SPL
-       imply CONS_INDEX_2 if !DM_SERIAL
        imply SPL_SYS_I2C_LEGACY
        imply SYS_I2C_LEGACY
 
@@ -255,7 +254,6 @@ config MACH_SUN8I_A23
        select SUPPORT_SPL
        select SYS_I2C_SUN8I_RSB
        select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
-       imply CONS_INDEX_5 if !DM_SERIAL
 
 config MACH_SUN8I_A33
        bool "sun8i (Allwinner A33)"
@@ -270,7 +268,6 @@ config MACH_SUN8I_A33
        select SUPPORT_SPL
        select SYS_I2C_SUN8I_RSB
        select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
-       imply CONS_INDEX_5 if !DM_SERIAL
 
 config MACH_SUN8I_A83T
        bool "sun8i (Allwinner A83T)"