diff mbox series

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

Message ID 20190208095506.7842-1-jjhiblot@ti.com
State Accepted
Commit fb2cedb262d3b31e35b03ae686e964aed84aa383
Delegated to: Tom Rini
Headers show
Series [U-Boot,v1,1/2] configs: k2g_evm: Enable CONFIG_BLK | expand

Commit Message

Jean-Jacques Hiblot Feb. 8, 2019, 9:55 a.m. UTC
CONFIG_BLK can be safely enabled as DM_MMC and DM_USB are already enabled.

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

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

Comments

Lokesh Vutla Feb. 8, 2019, 10:15 a.m. UTC | #1
On 08/02/19 3:25 PM, Jean-Jacques Hiblot wrote:
> CONFIG_BLK can be safely enabled as DM_MMC and DM_USB are already enabled.
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh
Raghavendra, Vignesh Feb. 12, 2019, 12:33 p.m. UTC | #2
On 08/02/19 3:25 PM, Jean-Jacques Hiblot wrote:
> CONFIG_BLK can be safely enabled as DM_MMC and DM_USB are already enabled.
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> ---
> 

Thanks for the patch!

Tested-by: Vignesh R <vigneshr@ti.com>

Tom,

This fix is required for booting kernel from MMC/SD on K2G boards. Could
you please consider the patch for next -rc?

>  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
>
Tom Rini Feb. 19, 2019, 2:38 a.m. UTC | #3
On Fri, Feb 08, 2019 at 10:55:05AM +0100, Jean-Jacques Hiblot wrote:

> CONFIG_BLK can be safely enabled as DM_MMC and DM_USB are already enabled.
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
> Tested-by: Vignesh R <vigneshr@ti.com>

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

Patch

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