commit | 4de8657a717cc49eba45d3c586ce538589247e64 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 13:52:43 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 4e8868d9ddd57651c64c7159a5857ee97941dde1 | |
parent | f9eebac82ee49a29e43fa7de67d51c81e8685775 [diff] [blame] |
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>
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index c51d4cd..23a0c40 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