ixp4xx.conf: Change default endiannes from be to le
authorRod Whitby <rod@whitby.id.au>
Wed, 29 Nov 2006 11:54:43 +0000 (11:54 +0000)
committerRod Whitby <rod@whitby.id.au>
Wed, 29 Nov 2006 11:54:43 +0000 (11:54 +0000)
conf/machine/include/ixp4xx.conf

index 190ebe1..0aba653 100644 (file)
@@ -15,7 +15,7 @@
 # <possible values>
 #    description
 
-ARCH_BYTE_SEX = "be"
+ARCH_BYTE_SEX = "le"
 # "be" "le"
 #    The memory byte sex and (on correctly implemented hardware - the IXP4XX is
 #    correct) the byte sex of the buses within the system.  'be' (big-endian)