summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 13:52:43 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commitafa2c3122db1ef5243e717b84d698353da412d92 (patch)
tree4e8868d9ddd57651c64c7159a5857ee97941dde1 /include
parentf376a3cbbf34d3114d92789540ba2d2e9e904758 (diff)
downloadtalos-obmc-uboot-afa2c3122db1ef5243e717b84d698353da412d92.tar.gz
talos-obmc-uboot-afa2c3122db1ef5243e717b84d698353da412d92.zip
dm: sandbox: mmc: Enable building MMC code for sandbox
Enable building the MMC code for sandbox. This increases build coverage for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index c51d4cd737..23a0c40ca5 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -215,4 +215,6 @@
#define CONFIG_SYS_SYSTEMACE_WIDTH 16
#define CONFIG_SYS_SYSTEMACE_BASE 0
+#define CONFIG_GENERIC_MMC
+
#endif
OpenPOWER on IntegriCloud