From 456093b4a3d3540305cdafa1f25f50a8693539bb Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Wed, 13 Jul 2022 17:21:45 +0100 Subject: sunxi: remove CONFIG_MMC?_CD_PIN For legacy reasons we were defining the card detect GPIO for all sunxi boards in each board's defconfig. There is actually no need for a card-detect check in the SPL code (which consequently has been removed already), and also in U-Boot proper we have DM code to query the CD GPIO name from the device tree. That means we don't have any user of that information left, so can remove the definitions from the defconfigs. Signed-off-by: Andre Przywara Reviewed-by: Samuel Holland Tested-by: Samuel Holland --- configs/A13-OLinuXino_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/A13-OLinuXino_defconfig') diff --git a/configs/A13-OLinuXino_defconfig b/configs/A13-OLinuXino_defconfig index 8c9043559b..689ea533ee 100644 --- a/configs/A13-OLinuXino_defconfig +++ b/configs/A13-OLinuXino_defconfig @@ -5,7 +5,6 @@ CONFIG_SPL=y CONFIG_MACH_SUN5I=y CONFIG_DRAM_CLK=408 CONFIG_DRAM_EMR1=0 -CONFIG_MMC0_CD_PIN="PG0" CONFIG_USB0_VBUS_DET="PG1" CONFIG_USB1_VBUS_PIN="PG11" CONFIG_AXP_GPIO=y -- cgit v1.2.3