diff mbox series

configs/am62x_r5_usbdfu.config: More completely disable MMC

Message ID 20250115020729.230536-1-trini@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show
Series configs/am62x_r5_usbdfu.config: More completely disable MMC | expand

Commit Message

Tom Rini Jan. 15, 2025, 2:07 a.m. UTC
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>
---
Cc: Sjoerd Simons <sjoerd@collabora.com>
---
 configs/am62x_r5_usbdfu.config | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini Jan. 31, 2025, 10:06 p.m. UTC | #1
On Tue, 14 Jan 2025 20:07:29 -0600, Tom Rini wrote:

> 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.
> 
> 

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am62x_r5_usbdfu.config b/configs/am62x_r5_usbdfu.config
index 772bb2ab935d..414e7ddfe244 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