diff options
author | Wolfgang Denk <wd@denx.de> | 2010-09-07 21:55:06 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-07 21:55:06 +0200 |
commit | 2df0e6fc6b71448e1752e4ce1d5577d8977f3e5e (patch) | |
tree | b3d05622f6fb6a77e9b192019fc12b53432ebf89 /examples/standalone | |
parent | c0026fc58145724f2604aca1797189f453da4a7a (diff) | |
parent | 40930316071b9062cae3f01f00876e2fc90940ca (diff) | |
download | u-boot-imx-2df0e6fc6b71448e1752e4ce1d5577d8977f3e5e.zip u-boot-imx-2df0e6fc6b71448e1752e4ce1d5577d8977f3e5e.tar.gz u-boot-imx-2df0e6fc6b71448e1752e4ce1d5577d8977f3e5e.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'examples/standalone')
-rw-r--r-- | examples/standalone/mips.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/mips.lds b/examples/standalone/mips.lds index 717b201..63a1c92 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 { |