public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Thomas Lange <thomas@corelatus.se>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] Drop support for GTH board
Date: Mon, 05 Jul 2010 00:29:05 +0200	[thread overview]
Message-ID: <4C310B31.1070505@corelatus.se> (raw)
In-Reply-To: <1278281262-6458-1-git-send-email-wd@denx.de>

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

  reply	other threads:[~2010-07-04 22:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-23 21:34 [U-Boot] GTH board status Wolfgang Denk
2010-06-24  9:48 ` Thomas Lange
2010-06-24 18:49   ` Wolfgang Denk
2010-06-24 18:57     ` Thomas Lange
2010-06-29 20:06       ` [U-Boot] [PATCH] Drop support for GTH board Wolfgang Denk
2010-06-30 22:55         ` Thomas Lange
2010-07-04 22:07           ` Wolfgang Denk
2010-07-04 22:07         ` [U-Boot] [PATCH v2] " Wolfgang Denk
2010-07-04 22:29           ` Thomas Lange [this message]
2010-07-05 20:47             ` Wolfgang Denk
2010-07-05 20:46         ` [U-Boot] [PATCH v3] " Wolfgang Denk
2010-07-05 21:12           ` Thomas Lange
2010-07-17 18:47           ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C310B31.1070505@corelatus.se \
    --to=thomas@corelatus.se \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox