]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_ide.c
gth2: Remove this platform
[karo-tx-uboot.git] / common / cmd_ide.c
index 6e1e5680a2cb94154c34082f263e2fe7f3a58b47..bae7767310fc7e479f27ead114a42e602b6b089b 100644 (file)
@@ -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)