[U-Boot] [PATCH V2 2/2] ARM: omap3: add support to Technexion twister board

Tom Rini tom.rini at gmail.com
Wed Nov 30 00:18:11 CET 2011


On Thu, Nov 24, 2011 at 8:44 AM, Stefano Babic <sbabic at denx.de> wrote:
> The twister board is a development board using
> the TAM3517 SOM.
>
> Support for NAND, 2 Ethernet (EMAC and SMC911),
> USB (EHCI_OMAP).
[snip]
> +#if defined(CONFIG_GENERIC_MMC) && defined(CONFIG_OMAP_HSMMC) && \
> +       !defined(CONFIG_SPL_BUILD)

Another little change, OMAP_HSMMC requires GENERIC_MMC so no need to test both.

With this, and Wolfgang's change made in a v3, are you and Tapani
otherwise in agreement for how this looks going in?

-- 
Tom


More information about the U-Boot mailing list