
4 Jan
2012
4 Jan
'12
3:25 p.m.
On Wed, Jan 4, 2012 at 2:02 AM, Stefano Babic sbabic@denx.de wrote:
The mt_ventoux board is a custom board using the Technexion TAM3517 module.
Signed-off-by: Stefano Babic sbabic@denx.de CC: Ilya Yanok yanok@emcraft.com CC: Igor Grinberg grinberg@compulab.co.il
[snip]
+#if defined(CONFIG_GENERIC_MMC) && defined(CONFIG_OMAP_HSMMC) && \
- !defined(CONFIG_SPL_BUILD)
+int board_mmc_init(bd_t *bis) +{
- return omap_mmc_init(0);
+} +#endif
CONFIG_OMAP_HSMMC requires CONFIG_GENERIC_MMC, don't need to check for both, thanks.
--
Tom