[U-Boot] [PATCH v2] Drop support for GTH board

Thomas Lange thomas at corelatus.se
Mon Jul 5 00:29:05 CEST 2010


Dear Wolfgang,

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.

Regards,
/Thomas


More information about the U-Boot mailing list