]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: mt8365_evk: enable mmc command
authorDavid Lechner <dlechner@baylibre.com>
Wed, 21 Jan 2026 22:46:05 +0000 (16:46 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Jan 2026 15:59:50 +0000 (09:59 -0600)
Enable the MMC command on the MediaTek MT8365 EVK. This is useful since
the primary boot device is an eMMC.

A few partition commands are also enabled since the mmc command alone
is not enough to read all partitions on the eMMC.

Signed-off-by: David Lechner <dlechner@baylibre.com>
configs/mt8365_evk_defconfig

index 19fb6b79b29ea76e783b2a59a7b06beb3bcd90f1..f1e7d7fc58ad014c83f12aeea197174707855f13 100644 (file)
@@ -12,6 +12,9 @@ CONFIG_IDENT_STRING=" mt8365-evk"
 CONFIG_DEFAULT_FDT_FILE="mt8365-evk"
 # CONFIG_BOARD_INIT is not set
 CONFIG_CMD_CLK=y
+CONFIG_CMD_GPT=y
+CONFIG_CMD_MMC=y
+CONFIG_CMD_PART=y
 CONFIG_OF_UPSTREAM=y
 CONFIG_CLK=y
 CONFIG_MMC_MTK=y