[oe-commits] org.oe.dev ixp4xx.conf: Change default endiannes from be to le

rwhitby commit openembedded-commits at lists.openembedded.org
Wed Nov 29 12:22:47 UTC 2006


ixp4xx.conf: Change default endiannes from be to le

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 7b9bf78ad4240c207c7751a90689454a1af1d7dd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7b9bf78ad4240c207c7751a90689454a1af1d7dd
Files:
1
conf/machine/include/ixp4xx.conf
Diffs:

#
# mt diff -rc3b2fb49b151c73f7c3702d938fc32e58f6c60b3 -r7b9bf78ad4240c207c7751a90689454a1af1d7dd
#
# 
# 
# patch "conf/machine/include/ixp4xx.conf"
#  from [d52c7d9b5b6e4c07e4e187528945b99c13cb6d42]
#    to [457b50ab55ddea7c5f1c673d40079ea5a023b18f]
# 
============================================================
--- conf/machine/include/ixp4xx.conf	d52c7d9b5b6e4c07e4e187528945b99c13cb6d42
+++ conf/machine/include/ixp4xx.conf	457b50ab55ddea7c5f1c673d40079ea5a023b18f
@@ -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)






More information about the Openembedded-commits mailing list