[U-Boot] [PATCH v1 1/2] configs: k2g_evm: Enable CONFIG_BLK

Jean-Jacques Hiblot jjhiblot at ti.com
Fri Feb 8 09:55:05 UTC 2019


CONFIG_BLK can be safely enabled as DM_MMC and DM_USB are already enabled.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
---

 configs/k2g_evm_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig
index c518b707a5..838b6f14b6 100644
--- a/configs/k2g_evm_defconfig
+++ b/configs/k2g_evm_defconfig
@@ -34,7 +34,6 @@ CONFIG_DTB_RESELECT=y
 CONFIG_MULTI_DTB_FIT=y
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_DM=y
-# CONFIG_BLK is not set
 CONFIG_DFU_MMC=y
 CONFIG_SYS_I2C_DAVINCI=y
 CONFIG_MISC=y
-- 
2.17.1



More information about the U-Boot mailing list