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>
This commit is contained in:
parent
e6c28073f9
commit
3c27b6ad54
|
|
@ -41,6 +41,9 @@ config DM_I2C
|
||||||
config DM_GPIO
|
config DM_GPIO
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config BLK
|
||||||
|
default y
|
||||||
|
|
||||||
source "arch/arm/mach-rockchip/rk3288/Kconfig"
|
source "arch/arm/mach-rockchip/rk3288/Kconfig"
|
||||||
source "arch/arm/mach-rockchip/rk3036/Kconfig"
|
source "arch/arm/mach-rockchip/rk3036/Kconfig"
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue