From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrice Chotard Date: Wed, 25 Jul 2018 17:49:04 +0200 Subject: [U-Boot] [PATCH v4 1/9] configs: stm32f429-evaluation: Enable CONFIG_BLK In-Reply-To: <1532533752-15200-1-git-send-email-patrice.chotard@st.com> References: <1532533752-15200-1-git-send-email-patrice.chotard@st.com> Message-ID: <1532533752-15200-2-git-send-email-patrice.chotard@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de CONFIG_BLK config flag becomes mandatory, enable it. Signed-off-by: Patrice Chotard --- Changes in v4: None Changes in v3: None Changes in v2: None configs/stm32f429-evaluation_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/stm32f429-evaluation_defconfig b/configs/stm32f429-evaluation_defconfig index 1b14a4964067..3ddd5c50fb1d 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 -- 1.9.1