]> git.sur5r.net Git - u-boot/commit
dm: sandbox: Only enable the sandbox MMC driver when valid
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 19:52:38 +0000 (13:52 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commitf8b7752e8f42c6f0bb8725f2488e398c849a7bf4
tree22ffd4911d273aba1eb0856027bf1417e4422f90
parentfdbb139f0ce10325b44dd3ec76993f8c8e798395
dm: sandbox: Only enable the sandbox MMC driver when valid

This driver will require generic MMC and block-device support in a future
commit. To avoid test errors, make this change now.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/Makefile
test/dm/Makefile