diff options
| author | David Lechner <[email protected]> | 2026-01-21 16:46:05 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-29 09:59:50 -0600 |
| commit | c287c6900aae6bca7730fa2de5fcfd58c9cd3b03 (patch) | |
| tree | 9f85ef0d46b6ba75ffb90bf1bfcfb7b1b9953db1 | |
| parent | 66891ffb14920e35abfafcae795cf4604de6682f (diff) | |
configs: mt8365_evk: enable mmc command
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 <[email protected]>
| -rw-r--r-- | configs/mt8365_evk_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mt8365_evk_defconfig b/configs/mt8365_evk_defconfig index 19fb6b79b29..f1e7d7fc58a 100644 --- a/configs/mt8365_evk_defconfig +++ b/configs/mt8365_evk_defconfig @@ -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 |
