]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm: rockchip: Enable CONFIG_BLK
authorSimon Glass <sjg@chromium.org>
Sat, 14 May 2016 20:03:11 +0000 (14:03 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 27 May 2016 16:23:10 +0000 (10:23 -0600)
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

index d3bddb726af61c6d4b4644b148f43fa980c8c389..2a8afac5e125b30c5f041bcfa229c46830206321 100644 (file)
@@ -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