commit | 9a46bd3febd405e2d4b894d9ebae2e9ca88b22d6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 12 23:30:26 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 11 14:06:44 2016 -0600 |
tree | 5c475ea1eaae095eb70941f3fede649a7cd64a55 | |
parent | 3649a0fa76e5092821127c38d6475b5cf7fd95b3 [diff] [blame] |
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>
diff --git a/arch/Kconfig b/arch/Kconfig index 566f044..c43787c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -63,6 +63,7 @@ select DM_I2C select DM_SPI select DM_GPIO + select DM_MMC config SH bool "SuperH architecture"