projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c2807
)
dm: rockchip: Enable CONFIG_BLK
author
Simon Glass
<sjg@chromium.org>
Sat, 14 May 2016 20:03:11 +0000
(14:03 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/Kconfig
b/arch/arm/mach-rockchip/Kconfig
index d3bddb726af61c6d4b4644b148f43fa980c8c389..2a8afac5e125b30c5f041bcfa229c46830206321 100644
(file)
--- 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