diff options
author | Tom Rini <trini@konsulko.com> | 2025-01-14 20:07:29 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-31 11:05:02 -0600 |
commit | 2beaa3425206706f98a75b3033e5d22ad188c45b (patch) | |
tree | 6319fef035648ab26cb91f4177153fa90b3bc772 | |
parent | 7750b737a7b1ad5aec2d27538e8c66707e98c1bd (diff) |
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>
-rw-r--r-- | configs/am62x_r5_usbdfu.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/am62x_r5_usbdfu.config b/configs/am62x_r5_usbdfu.config index efaae504c1a..62c9247c582 100644 --- a/configs/am62x_r5_usbdfu.config +++ b/configs/am62x_r5_usbdfu.config @@ -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 |