diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-14 20:03:11 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-27 16:23:10 (GMT) |
commit | 3c27b6ad540828c44a62d209030df5ba86896df0 (patch) | |
tree | 1d69c8ca6bb98cc165bbe49ac9dd2a6ad0bc53d6 /arch/arm/mach-rockchip | |
parent | e6c28073f94be357d8e55beefd67ccf0c925c90e (diff) | |
download | u-boot-fsl-qoriq-3c27b6ad540828c44a62d209030df5ba86896df0.tar.xz |
dm: rockchip: Enable CONFIG_BLK
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>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |