diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-12 23:30:26 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-11 14:06:44 -0600 |
commit | 9a46bd3febd405e2d4b894d9ebae2e9ca88b22d6 (patch) | |
tree | 5c475ea1eaae095eb70941f3fede649a7cd64a55 /configs | |
parent | 3649a0fa76e5092821127c38d6475b5cf7fd95b3 (diff) | |
download | u-boot-imx-9a46bd3febd405e2d4b894d9ebae2e9ca88b22d6.zip u-boot-imx-9a46bd3febd405e2d4b894d9ebae2e9ca88b22d6.tar.gz u-boot-imx-9a46bd3febd405e2d4b894d9ebae2e9ca88b22d6.tar.bz2 |
dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS
Update the sandbox MMC emulation to use driver model for MMC operations.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 94253a6..6a1874a 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -1,5 +1,4 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 -CONFIG_BLK=y CONFIG_MMC=y CONFIG_PCI=y CONFIG_DEFAULT_DEVICE_TREE="sandbox" @@ -71,6 +70,7 @@ CONFIG_DEVRES=y CONFIG_DEBUG_DEVRES=y CONFIG_ADC=y CONFIG_ADC_SANDBOX=y +CONFIG_BLK=y CONFIG_CLK=y CONFIG_CPU=y CONFIG_DM_DEMO=y @@ -101,7 +101,7 @@ CONFIG_CROS_EC_SPI=y CONFIG_PWRSEQ=y CONFIG_SPL_PWRSEQ=y CONFIG_SYSRESET=y -CONFIG_DM_MMC=y +CONFIG_DM_MMC_OPS=y CONFIG_SANDBOX_MMC=y CONFIG_SPI_FLASH_SANDBOX=y CONFIG_SPI_FLASH=y |