diff options
| author | Aristo Chen <[email protected]> | 2026-04-21 07:44:39 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 10:36:42 -0600 |
| commit | f7f2864e19fd207f743bee104976e51cd3c3b1bc (patch) | |
| tree | 2e671a969c27931f35a3667cfeac61da5528f229 | |
| parent | 7c3945a231700e80612bed5bc42fcc8cf545aa57 (diff) | |
configs: phycore_am62ax_r5_ethboot: Drop duplicate CONFIG_SPL_MMC
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 <[email protected]>
| -rw-r--r-- | configs/phycore_am62ax_r5_ethboot_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
