On Sun, Oct 07, 2012 at 05:56:12PM +0200, Pavel Herrmann wrote: > Move special case of ide_swap_read() for AU1X00 SoC into SoC-specific > directory. > > Signed-off-by: Pavel Herrmann <[email protected]>
Two problems:
> diff --git a/arch/mips/cpu/mips32/au1x00/au1x00_ide.c
> b/arch/mips/cpu/mips32/au1x00/au1x00_ide.c
[snip]
> +#ifndef CONFIG_GTH2 /* GTH2 board behaves as it should */
> +void ide_input_swap_data(int dev, ulong *sect_buf, int words)
> +{
> + ide_input_data(dev, sect_buf, words);
> +}
> +
> diff --git a/common/cmd_ide.c b/common/cmd_ide.c
That won't compile :)
Second, re-base on top of next where the gth2 board is gone, this will
make things simpiler.
--
Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

