diff options
author | Masahiro Yamada | 2016-02-18 19:52:49 +0900 |
---|---|---|
committer | Masahiro Yamada | 2016-02-29 03:50:15 +0900 |
commit | 4aceb3f8d4bfcafa895ecbc3108e1f35f2b8c091 (patch) | |
tree | ec6ddc5763996e66d4246a3d0a10f3739965dfae /include/configs | |
parent | a111bfbfad21dd83aae5a6d96c620c3666e9b654 (diff) |
ARM: uniphier: enable UniPhier SD/MMC host driver
Enable the driver in all UniPhier defconfig files and add some
needed defines to the common files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/uniphier.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index fcec0c0ae22..9d141557516 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -146,6 +146,10 @@ #define CONFIG_FAT_WRITE #define CONFIG_DOS_PARTITION +/* SD/MMC */ +#define CONFIG_CMD_MMC +#define CONFIG_GENERIC_MMC + /* memtest works on */ #define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x01000000) |