diff options
| author | Patrice Chotard <[email protected]> | 2018-07-25 17:49:05 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-08-03 19:53:54 -0400 |
| commit | bfe24ae2f24ce87ba6012a8ebc6a9161a70737b1 (patch) | |
| tree | 3ca350052fc477075cf359b48dcd123f93512ad2 | |
| parent | 69a8f4d2737ed9ce34a1a264e147db8b20fc8e5c (diff) | |
configs: stm32f746-disco: Enable CONFIG_BLK
CONFIG_BLK config flag becomes mandatory, enable it.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | configs/stm32f746-disco_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig index aa7403f3c51..6f07ff15586 100644 --- a/configs/stm32f746-disco_defconfig +++ b/configs/stm32f746-disco_defconfig @@ -40,7 +40,6 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_NETCONSOLE=y -# CONFIG_BLK is not set CONFIG_DM_MMC=y # CONFIG_SPL_DM_MMC is not set CONFIG_ARM_PL180_MMCI=y |
