projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b97756
)
dm: sandbox: Switch over to use DM for block devices
author
Simon Glass
<sjg@chromium.org>
Sun, 13 Mar 2016 14:22:34 +0000
(08:22 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 18 Mar 2016 03:27:39 +0000
(21:27 -0600)
Now that the drivers used by sandbox support CONFIG_BLK, we can switch
sandbox over to use driver model for block devices.
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
configs/sandbox_defconfig
patch
|
blob
|
history
diff --git
a/configs/sandbox_defconfig
b/configs/sandbox_defconfig
index 02534bfea76119f47a7b98467711f67ac25da1ef..d69c9fc25dec591c4be722a05fbd191b030bad59 100644
(file)
--- a/
configs/sandbox_defconfig
+++ b/
configs/sandbox_defconfig
@@
-28,6
+28,7
@@
CONFIG_SPL_SYSCON=y
CONFIG_DEVRES=y
CONFIG_ADC=y
CONFIG_ADC_SANDBOX=y
+CONFIG_BLK=y
CONFIG_CLK=y
CONFIG_SANDBOX_GPIO=y
CONFIG_SYS_I2C_SANDBOX=y