[PATCH v2 2/3] configs: phycore_am62ax_r5_ethboot: Drop duplicate CONFIG_SPL_MMC
Aristo Chen
aristo.chen at canonical.com
Tue Apr 21 09:44:39 CEST 2026
CONFIG_SPL_MMC=n is listed twice in the defconfig. Remove the redundant
occurrence so each option appears only once.
Signed-off-by: Aristo Chen <aristo.chen at canonical.com>
---
configs/phycore_am62ax_r5_ethboot_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/phycore_am62ax_r5_ethboot_defconfig b/configs/phycore_am62ax_r5_ethboot_defconfig
index d597e9d92d9..481b55d59f6 100644
--- a/configs/phycore_am62ax_r5_ethboot_defconfig
+++ b/configs/phycore_am62ax_r5_ethboot_defconfig
@@ -22,7 +22,6 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_OMAP24XX=y
CONFIG_PHY_TI_DP83867=y
CONFIG_TI_AM65_CPSW_NUSS=y
-CONFIG_SPL_MMC=n
CONFIG_SPL_DM_SPI=n
CONFIG_SPL_MMC=n
CONFIG_SPL_SPI_FLASH_SUPPORT=n
--
2.43.0
More information about the U-Boot
mailing list