]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs: stm32h743-eval: enable SDMMC support
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 3 Oct 2017 13:54:59 +0000 (15:54 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 8 Oct 2017 20:19:56 +0000 (16:19 -0400)
Enable CMD_MMC, DM_MMC and STM32_SDMMC2 flags

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
configs/stm32h743-eval_defconfig

index 61e702e0013dbd9c82c4932956bc5bd195874796..5b02a94b8cc9d7d4e617c5af7165ced0549dc98d 100644 (file)
@@ -16,12 +16,15 @@ CONFIG_AUTOBOOT_STOP_STR=" "
 CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FPGA is not set
+CONFIG_CMD_MMC=y
 # CONFIG_CMD_SETEXPR is not set
 # CONFIG_CMD_NET is not set
 # CONFIG_CMD_NFS is not set
 CONFIG_CMD_TIMER=y
 CONFIG_OF_CONTROL=y
 CONFIG_OF_EMBED=y
+CONFIG_DM_MMC=y
+CONFIG_STM32_SDMMC2=y
 # CONFIG_PINCTRL_FULL is not set
 # CONFIG_SPL_SERIAL_PRESENT is not set
 CONFIG_REGEX=y