From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Date: Thu, 14 Aug 2003 09:24:19 -0700 Subject: [U-Boot-Users] IDE and x86 port In-Reply-To: <20030814161744.09882C59E4@atlas.denx.de> References: <20030814154333.GD1468@buici.com> <20030814161744.09882C59E4@atlas.denx.de> Message-ID: <20030814162419.GA10743@buici.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?