[U-Boot] [PATCH 08/10] split AU1X00 specific code from cmd_ide.c
Tom Rini
trini at ti.com
Tue Oct 9 01:38:46 CEST 2012
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 <morpheus.ibis at gmail.com>
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121008/ff63a63b/attachment.pgp>
More information about the U-Boot
mailing list