diff options
| author | Aristo Chen <[email protected]> | 2026-04-21 07:44:40 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 10:36:42 -0600 |
| commit | e6112ab2d7261dc606f2d25599904f9d20b237ac (patch) | |
| tree | f32865ca9a607983ebd09b21089edbd89793b3cb | |
| parent | f7f2864e19fd207f743bee104976e51cd3c3b1bc (diff) | |
configs: phycore_am62x_r5_ethboot: Drop duplicate CONFIG entries
CONFIG_SPL_MMC=n and CONFIG_SPL_DM_SPI=n are each listed twice in the
defconfig. Remove the redundant occurrences so each option appears only
once.
Signed-off-by: Aristo Chen <[email protected]>
| -rw-r--r-- | configs/phycore_am62x_r5_ethboot_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/phycore_am62x_r5_ethboot_defconfig b/configs/phycore_am62x_r5_ethboot_defconfig index a4434388ff8..02343c08629 100644 --- a/configs/phycore_am62x_r5_ethboot_defconfig +++ b/configs/phycore_am62x_r5_ethboot_defconfig @@ -21,7 +21,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 @@ -38,4 +37,3 @@ CONFIG_SPI_FLASH_MT35XU=n CONFIG_SPI=n CONFIG_DM_SPI=n CONFIG_CADENCE_QSPI=n -CONFIG_SPL_DM_SPI=n |
