[U-Boot] [PATCH v2] Drop support for GTH board
Wolfgang Denk
wd at denx.de
Mon Jul 5 22:47:09 CEST 2010
Dear Thomas,
In message <4C310B31.1070505 at corelatus.se> you wrote:
>
> On 2010-07-05 00:07, Wolfgang Denk wrote:
> > V2: Remove remaining references to CONFIG_GTH as pointed out by
> > Thomas.
>
> Patch looks fine, except this:
>
> > diff --git a/common/cmd_ide.c b/common/cmd_ide.c
> > index d486697..c83dcc4 100644
> > --- a/common/cmd_ide.c
> > +++ b/common/cmd_ide.c
> > @@ -811,7 +811,7 @@ set_pcmcia_timing (int pmode)
> >
> > /* We only need to swap data if we are running on a big endian cpu. */
> > /* But Au1x00 cpu:s already swaps data in big endian mode! */
> > -#if defined(__LITTLE_ENDIAN) || ( defined(CONFIG_AU1X00)&& !defined(CONFIG_GTH2) )
> > +#if defined(__LITTLE_ENDIAN) || defined(CONFIG_AU1X00)
> > #define input_swap_data(x,y,z) input_data(x,y,z)
> > #else
> > static void
>
> This removes code for GTH2 board, not the obsolete GTH board.
> The GTH2 board is still in production.
Grrrgh. Stupid me.
Patch v3 on the way...
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Every little picofarad has a nanohenry all its own. - Don Vonada
More information about the U-Boot
mailing list