diff options
author | Andre Przywara <andre.przywara@arm.com> | 2022-07-13 17:21:45 +0100 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2023-01-21 01:32:23 +0000 |
commit | 456093b4a3d3540305cdafa1f25f50a8693539bb (patch) | |
tree | 7fbfc558c089dc8b6ba3f117b6d5e4a96a74daac /configs/inet98v_rev2_defconfig | |
parent | ba16b531016d3c64612e99d00eb992355e91ab1e (diff) | |
download | u-boot-456093b4a3d3540305cdafa1f25f50a8693539bb.tar.gz u-boot-456093b4a3d3540305cdafa1f25f50a8693539bb.tar.bz2 u-boot-456093b4a3d3540305cdafa1f25f50a8693539bb.zip |
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 <andre.przywara@arm.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
Tested-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'configs/inet98v_rev2_defconfig')
-rw-r--r-- | configs/inet98v_rev2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/inet98v_rev2_defconfig b/configs/inet98v_rev2_defconfig index bd6c45bd66..e4da6c14d0 100644 --- a/configs/inet98v_rev2_defconfig +++ b/configs/inet98v_rev2_defconfig @@ -4,7 +4,6 @@ CONFIG_DEFAULT_DEVICE_TREE="sun5i-a13-inet-98v-rev2" CONFIG_SPL=y CONFIG_MACH_SUN5I=y CONFIG_DRAM_CLK=432 -CONFIG_MMC0_CD_PIN="PG0" CONFIG_USB0_VBUS_PIN="PG12" CONFIG_USB0_VBUS_DET="PG1" CONFIG_USB0_ID_DET="PG2" |