[U-Boot-Users] IDE and x86 port
Marc Singer
elf at buici.com
Thu Aug 14 18:24:19 CEST 2003
On Thu, Aug 14, 2003 at 06:17:38PM +0200, Wolfgang Denk wrote:
> > I'd make the conditional test hinge on endianness if I knew that was
> > the reason for the swapping. So, either we add an __X86__ check, or
> > we change the conditional.
> >
> > @@ -1056,7 +1099,12 @@
> > #endif /* CONFIG_ATAPI */
> >
> > /* swap shorts */
> > +#if !defined (__ARM__)
>
> I will reject such a patch. This is definitely not an ARM / not ARM
> issue.
Are there any other MSB cpu's in u-boot?
More information about the U-Boot
mailing list