commit | efcc6691b2bf1819dccfc3584838f2ce1c2f9e38 | [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 | 7237e4128ebf7a6bbac7cce47adedd7dce06c9e3 [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"