diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-29 12:06:39 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-29 12:06:39 +0000 |
commit | 45e84e1e16a4f6adae35c692665dc1edf9e3c729 (patch) | |
tree | c86ded6274d07d4b84f6f6efb07f45d137093a13 /conf/machine/include | |
parent | 7ef9f09d281e0529f5ae2aa21cd1ba2494b2527e (diff) | |
parent | 7d0259ee22ec926260473a4d6ff82f8420cb946b (diff) |
merge of '0bb5f3998d4f44cc03385e6faf36b48a3e409038'
and 'bf81f1dd32251679f83fb6d65f199538128566aa'
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/ixp4xx.conf | 2 |
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) |