commit | 4460396da2f0116849e835066694efb6bf7d14ff | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Dec 20 04:00:44 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Tue Dec 22 21:30:02 2015 +0100 |
tree | 2ef233eefe07a1bbcc6c86c29bd71ada1f205068 | |
parent | 70c0412be9cc038bf1512d67f48b0134a29bb319 [diff] |
arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabled It is not possible to compile MMC/SPI SPL if the respective DM_MMC/DM_SPI bits are not enabled. Secure the code with an ifdef to prevent compiler splat. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Chin Liang See <clsee@altera.com>