diff options
author | Marek Vasut <marex@denx.de> | 2015-11-30 19:40:07 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-06 23:15:59 (GMT) |
commit | 540fcbca7e960b2855e7666fff8f11a7119341ee (patch) | |
tree | d9c1ce7711176a9dab8ef82c793b2ca00f54182b /configs/socfpga_sr1500_defconfig | |
parent | c35ed77a7854f0f8ed9ceb0b2c899a0fc1878ef5 (diff) | |
download | u-boot-540fcbca7e960b2855e7666fff8f11a7119341ee.tar.xz |
arm: socfpga: Enable CONFIG_DM_MMC
Enable driver model MMC support on SoCFPGA.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/socfpga_sr1500_defconfig')
-rw-r--r-- | configs/socfpga_sr1500_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig index 9c4efaa..2c75bda 100644 --- a/configs/socfpga_sr1500_defconfig +++ b/configs/socfpga_sr1500_defconfig @@ -16,3 +16,4 @@ CONFIG_SPI_FLASH=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_SYS_NS16550=y +CONFIG_DM_MMC=y |