diff mbox

[U-Boot,20/20] dm: rockchip: Enable CONFIG_BLK

Message ID 1463256198-3829-21-git-send-email-sjg@chromium.org
State Accepted
Commit 3c27b6ad540828c44a62d209030df5ba86896df0
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass May 14, 2016, 8:03 p.m. UTC
Enable CONFIG_BLK to move to using driver model for block devices. This
affects MMC booting in SPL, as well as MMC access in U-Boot proper.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/arm/mach-rockchip/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Simon Glass May 27, 2016, 4:25 p.m. UTC | #1
On 14 May 2016 at 14:03, Simon Glass <sjg@chromium.org> wrote:
> Enable CONFIG_BLK to move to using driver model for block devices. This
> affects MMC booting in SPL, as well as MMC access in U-Boot proper.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  arch/arm/mach-rockchip/Kconfig | 3 +++
>  1 file changed, 3 insertions(+)

Applied to u-boot-dm.
diff mbox

Patch

diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index d3bddb7..2a8afac 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -41,6 +41,9 @@  config DM_I2C
 config DM_GPIO
 	default y
 
+config BLK
+	default y
+
 source "arch/arm/mach-rockchip/rk3288/Kconfig"
 source "arch/arm/mach-rockchip/rk3036/Kconfig"
 endif