[U-Boot] [PATCH V2 4/4] ARM: omap3: Added Teejet mt_ventoux

Stefano Babic sbabic at denx.de
Wed Jan 4 15:27:59 CET 2012


On 04/01/2012 15:25, Tom Rini wrote:
> On Wed, Jan 4, 2012 at 2:02 AM, Stefano Babic <sbabic at denx.de> wrote:
>> The mt_ventoux board is a custom board using
>> the Technexion TAM3517 module.
>>
>> Signed-off-by: Stefano Babic <sbabic at denx.de>
>> CC: Ilya Yanok <yanok at emcraft.com>
>> CC: Igor Grinberg <grinberg at 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.

Right, I fix it.

Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================


More information about the U-Boot mailing list