diff options
| author | Yangbo Lu <[email protected]> | 2015-10-26 19:47:55 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2015-10-29 10:34:01 -0700 |
| commit | 8ef0d5c43841bccc9112e160e96d6498aa94871b (patch) | |
| tree | 89da5af975a1a4568f8eb06254110135f0d69661 /include/configs | |
| parent | e82973414da105c1b14c822f12cb296f69ca2001 (diff) | |
armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardb
This patch adds esdhc support for ls1043ardb.
Signed-off-by: Yangbo Lu <[email protected]>
Signed-off-by: Gong Qianyu <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/ls1043a_common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index f0fb52db965..1f9af29550a 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -153,6 +153,17 @@ #define CONFIG_CMD_ENV #define CONFIG_CMD_PING +/* MMC */ +#define CONFIG_MMC +#ifdef CONFIG_MMC +#define CONFIG_CMD_MMC +#define CONFIG_CMD_FAT +#define CONFIG_FSL_ESDHC +#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 +#define CONFIG_GENERIC_MMC +#define CONFIG_DOS_PARTITION +#endif + /* FMan ucode */ #define CONFIG_SYS_DPAA_FMAN #ifdef CONFIG_SYS_DPAA_FMAN |
