summaryrefslogtreecommitdiff
path: root/configs/stm32f746-disco_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-02-28 16:49:55 +0100
committerTom Rini <trini@konsulko.com>2018-03-13 21:45:37 -0400
commit227cefe02c77d1aeebc9a4993635ff62d48a0f6f (patch)
treea741f135b04d74a3266febcdb611062b0b9a4e7f /configs/stm32f746-disco_defconfig
parentd0d645158779a0d3e8e06ac1fa6af902182e49b0 (diff)
configs: stm32: Enable DOS_PARTITION for STM32F4/F7 boards
Enable DOS_PARTITION for boards STM32F429-eval, STM32F469-disco and STM32F746-disco. This allows to read FAT partition on mmc. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32f746-disco_defconfig')
-rw-r--r--configs/stm32f746-disco_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig
index 918e972aec..99eecd6487 100644
--- a/configs/stm32f746-disco_defconfig
+++ b/configs/stm32f746-disco_defconfig
@@ -34,7 +34,7 @@ CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
-# CONFIG_DOS_PARTITION is not set
+# CONFIG_SPL_DOS_PARTITION is not set
# CONFIG_SPL_EFI_PARTITION is not set
CONFIG_OF_CONTROL=y
CONFIG_NET_RANDOM_ETHADDR=y