git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7750b73
)
configs/am62x_r5_usbdfu.config: More completely disable MMC
author
Tom Rini
<trini@konsulko.com>
Wed, 15 Jan 2025 02:07:29 +0000
(20:07 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 31 Jan 2025 17:05:02 +0000
(11:05 -0600)
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>
configs/am62x_r5_usbdfu.config
patch
|
blob
|
history
diff --git
a/configs/am62x_r5_usbdfu.config
b/configs/am62x_r5_usbdfu.config
index
efaae50
..
62c9247
100644
(file)
--- 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