From 8b726dc945812e43d9fefc35117a47ab7f123770 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 13 Mar 2016 08:22:34 -0600 Subject: 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 Tested-by: Stephen Warren diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 02534bf..d69c9fc 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 -- cgit v0.10.2