diff mbox series

[U-Boot] ARM: da850evm_direct_nor: Enable CONFIG_BLK

Message ID 20180814014408.16342-1-aford173@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: da850evm_direct_nor: Enable CONFIG_BLK | expand

Commit Message

Adam Ford Aug. 14, 2018, 1:44 a.m. UTC
At least for now, CONFIG_BLK is working, but this variant of
the da850evm doesn't need/support SPL so it's OK to enable it
here.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini Sept. 18, 2018, 9:23 p.m. UTC | #1
On Mon, Aug 13, 2018 at 08:44:08PM -0500, Adam Ford wrote:

> At least for now, CONFIG_BLK is working, but this variant of
> the da850evm doesn't need/support SPL so it's OK to enable it
> here.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig
> index 9d6c47df50..bb8fa3bd6e 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig
index 9d6c47df50..bb8fa3bd6e 100644
--- a/configs/da850evm_direct_nor_defconfig
+++ b/configs/da850evm_direct_nor_defconfig
@@ -35,6 +35,7 @@  CONFIG_CMD_DIAG=y
 CONFIG_OF_CONTROL=y
 CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_DM=y
+CONFIG_BLK=y
 CONFIG_DA8XX_GPIO=y
 CONFIG_DM_I2C=y
 CONFIG_DM_I2C_COMPAT=y