summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-13 08:22:34 -0600
committerSimon Glass <sjg@chromium.org>2016-03-17 21:27:39 -0600
commit8b726dc945812e43d9fefc35117a47ab7f123770 (patch)
treee79e78ef2400f936a66fc31f311c481c183cea1a /configs
parent9b9775687f85c8b91d849e7dfdc380db4730672c (diff)
downloadtalos-obmc-uboot-8b726dc945812e43d9fefc35117a47ab7f123770.tar.gz
talos-obmc-uboot-8b726dc945812e43d9fefc35117a47ab7f123770.zip
dm: sandbox: Switch over to use DM for block devices
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 02534bfea7..d69c9fc25d 100644
--- 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
OpenPOWER on IntegriCloud