
14 Aug
2003
14 Aug
'03
6:24 p.m.
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?