diff options
author | Tom Rini <trini@ti.com> | 2012-09-26 15:20:33 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-15 11:53:46 -0700 |
commit | 61c0d6ae777b684a5bb876dadd14d548625d27c7 (patch) | |
tree | a39cde44dbc51215b2c54edd503154f30784f05d /common/cmd_ide.c | |
parent | b0d60a981230a1ebfc10387702894a8d85a0e686 (diff) | |
download | u-boot-61c0d6ae777b684a5bb876dadd14d548625d27c7.zip u-boot-61c0d6ae777b684a5bb876dadd14d548625d27c7.tar.gz u-boot-61c0d6ae777b684a5bb876dadd14d548625d27c7.tar.bz2 |
gth2: Remove this platform
After taking with the former maintainer, delete this platform. The
patch is from the former maintainer.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'common/cmd_ide.c')
-rw-r--r-- | common/cmd_ide.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 6e1e568..bae7767 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -668,8 +668,7 @@ static void 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_SOC_AU1X00) && !defined(CONFIG_GTH2)) +#if defined(__LITTLE_ENDIAN) || defined(CONFIG_SOC_AU1X00) #define input_swap_data(x,y,z) input_data(x,y,z) #else static void input_swap_data(int dev, ulong *sect_buf, int words) |