aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorXiangfu Liu <xiangfu@openmobilefree.net>2010-08-09 23:13:43 +0800
committerShinya Kuribayashi <skuribay@pobox.com>2010-09-04 11:52:17 +0900
commit40930316071b9062cae3f01f00876e2fc90940ca (patch)
tree63b31323bd2f8f0e08af4e0ece134e57e0ba9e96 /examples
parentbd2313078114c4b44c4a5ce149af43bcb7fc8854 (diff)
MIPS: update the MIPS u-boot.lds
From the document, if set all arguments in "OUTPUT_FORMAT" to "tradbigmips", then even add "-EL" to gcc we still get EB format. pb1x00 is only used in Little-endian, so its default endian should be set to LE. Signed-off-by: Xiangfu Liu <xiangfu@openmobilefree.net> Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/standalone/mips.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/mips.lds b/examples/standalone/mips.lds
index 717b201a7..63a1c92ab 100644
--- a/examples/standalone/mips.lds
+++ b/examples/standalone/mips.lds
@@ -24,7 +24,7 @@
/*
OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-bigmips")
*/
-OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradbigmips")
+OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradlittlemips")
OUTPUT_ARCH(mips)
SECTIONS
{