mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
configs/am62x_r5_usbdfu.config: More completely disable MMC
As this fragment turns off MMC in both SPL and full U-Boot, we can turn the whole symbol off rather than just the MMC driver. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
7750b737a7
commit
2beaa34252
1 changed files with 1 additions and 2 deletions
|
@ -23,6 +23,5 @@ CONFIG_SPL_DFU=y
|
|||
# CONFIG_SPL_SPI is not set
|
||||
# CONFIG_SPL_SYS_MALLOC is not set
|
||||
# CONFIG_CMD_GPT is not set
|
||||
# CONFIG_CMD_MMC is not set
|
||||
# CONFIG_CMD_FAT is not set
|
||||
# CONFIG_MMC_SDHCI is not set
|
||||
# CONFIG_MMC is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue