mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08:00
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>
This commit is contained in:
parent
9b9775687f
commit
8b726dc945
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user