diff options
author | Patrice Chotard | 2018-07-25 17:49:04 +0200 |
---|---|---|
committer | Tom Rini | 2018-08-03 19:53:54 -0400 |
commit | 69a8f4d2737ed9ce34a1a264e147db8b20fc8e5c (patch) | |
tree | 720c4b36bcdb515b398fd261e37d80457829016f /configs | |
parent | 8e0d51f80afaa27e27a90ced2446683f7f58bbbc (diff) |
configs: stm32f429-evaluation: Enable CONFIG_BLK
CONFIG_BLK config flag becomes mandatory, enable it.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stm32f429-evaluation_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32f429-evaluation_defconfig b/configs/stm32f429-evaluation_defconfig index 1b14a496406..3ddd5c50fb1 100644 --- a/configs/stm32f429-evaluation_defconfig +++ b/configs/stm32f429-evaluation_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 |