From: Simon Glass Date: Sun, 13 Mar 2016 14:22:34 +0000 (-0600) Subject: dm: sandbox: Switch over to use DM for block devices X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8b726dc945812e43d9fefc35117a47ab7f123770;p=project%2Fbcm63xx%2Fu-boot.git 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 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