diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-07-25 17:49:06 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-03 19:53:54 -0400 |
commit | d78bc42801bf9d50fc05c75c76eb739b347b6d10 (patch) | |
tree | 9e85ae49021d9e5b36a0d6a71a4d34f53846c0f0 /configs/stm32f469-discovery_defconfig | |
parent | bfe24ae2f24ce87ba6012a8ebc6a9161a70737b1 (diff) |
configs: stm32f469-disco: Enable CONFIG_BLK
CONFIG_BLK config flag becomes mandatory, enable it.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32f469-discovery_defconfig')
-rw-r--r-- | configs/stm32f469-discovery_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig index 4de03edcc2..a55476f2f3 100644 --- a/configs/stm32f469-discovery_defconfig +++ b/configs/stm32f469-discovery_defconfig @@ -26,7 +26,6 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y -# CONFIG_BLK is not set CONFIG_DM_MMC=y CONFIG_ARM_PL180_MMCI=y CONFIG_MTD_NOR_FLASH=y |