aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-11-29 11:54:43 +0000
committerRod Whitby <rod@whitby.id.au>2006-11-29 11:54:43 +0000
commitfc821ff1c0b2d89c0a7b3a8686c3b0cd85d1e337 (patch)
tree4a66cc392648cbdc11e40f716f08c4a7cab96792 /conf/machine
parent329a10af450b77aa30e618fd652c00aaf75c0c67 (diff)
downloadopenembedded-fc821ff1c0b2d89c0a7b3a8686c3b0cd85d1e337.tar.gz
ixp4xx.conf: Change default endiannes from be to le
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/ixp4xx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ixp4xx.conf b/conf/machine/include/ixp4xx.conf
index 190ebe1c8c..0aba653201 100644
--- a/conf/machine/include/ixp4xx.conf
+++ b/conf/machine/include/ixp4xx.conf
@@ -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)