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

2012-01-04 Thread Stefano Babic
On 04/01/2012 15:25, Tom Rini wrote: > On Wed, Jan 4, 2012 at 2:02 AM, Stefano Babic wrote: >> The mt_ventoux board is a custom board using >> the Technexion TAM3517 module. >> >> Signed-off-by: Stefano Babic >> CC: Ilya Yanok >> CC: Igor Grinberg > [snip] >> +#if defined(CONFIG_GENERIC_MMC) &&

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

2012-01-04 Thread Tom Rini
On Wed, Jan 4, 2012 at 2:02 AM, Stefano Babic wrote: > The mt_ventoux board is a custom board using > the Technexion TAM3517 module. > > Signed-off-by: Stefano Babic > CC: Ilya Yanok > CC: Igor Grinberg [snip] > +#if defined(CONFIG_GENERIC_MMC) && defined(CONFIG_OMAP_HSMMC) && \ > +       !defi

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

2012-01-04 Thread Stefano Babic
The mt_ventoux board is a custom board using the Technexion TAM3517 module. Signed-off-by: Stefano Babic CC: Ilya Yanok CC: Igor Grinberg --- Changes since V1: - CONFIG_FPGA must be enabled (S. Babic) - reworking fpga functions (Igor Grinberg) - drop clean / distclean from Makefile (Igor Grin