diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-26 12:26:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-26 12:26:24 -0500 |
commit | cf4128e53caa4f7b0a6586fc3f10690d5c05db31 (patch) | |
tree | 2e953d14e76609fadaf1acb8593b46c38c604cdc /include/configs/mvebu_db-88f3720.h | |
parent | f59f07ece5ec78a8fc2f0e06a80ff66029002629 (diff) | |
parent | e559ef1ae80c1bde942ad9c62932de20e2b68cef (diff) | |
download | u-boot-imx-cf4128e53caa4f7b0a6586fc3f10690d5c05db31.zip u-boot-imx-cf4128e53caa4f7b0a6586fc3f10690d5c05db31.tar.gz u-boot-imx-cf4128e53caa4f7b0a6586fc3f10690d5c05db31.tar.bz2 |
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'include/configs/mvebu_db-88f3720.h')
-rw-r--r-- | include/configs/mvebu_db-88f3720.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mvebu_db-88f3720.h b/include/configs/mvebu_db-88f3720.h index caaad86..49a4d89 100644 --- a/include/configs/mvebu_db-88f3720.h +++ b/include/configs/mvebu_db-88f3720.h @@ -126,6 +126,9 @@ #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ CONFIG_SYS_SCSI_MAX_LUN) +/* MMC/SD IP block */ +#define CONFIG_GENERIC_MMC + #define CONFIG_SUPPORT_VFAT /* DISK Partition support */ |