diff options
author | Wu, Josh | 2015-02-02 17:51:00 +0800 |
---|---|---|
committer | Andreas Bießmann | 2015-03-18 23:36:01 +0100 |
commit | 111ec4c65208bb13f3957d5a1c84b228eb83bdde (patch) | |
tree | 31d1051fca9d7675b6be60d4263d2ba4c1dab7ef /include/configs | |
parent | 65b553b71cc9863c49f6973f13083159e935297f (diff) |
ARM: at91: at91sam9rlek: add mci support
This patch enable the MCI support for at91sam9rlek board.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
[rebase on ToT]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/at91sam9rlek.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index f435d71d254..2ed92d61d96 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -124,6 +124,17 @@ #endif +/* MMC */ +#define CONFIG_CMD_MMC + +#ifdef CONFIG_CMD_MMC +#define CONFIG_MMC +#define CONFIG_GENERIC_MMC +#define CONFIG_GENERIC_ATMEL_MCI +#define CONFIG_CMD_FAT +#define CONFIG_DOS_PARTITION +#endif + /* Ethernet - not present */ /* USB - not supported */ |