]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: remove OUTPUT_FORMAT from linker scripts
authorGabor Juhos <juhosg@openwrt.org>
Wed, 30 Jan 2013 02:22:51 +0000 (02:22 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 30 Jan 2013 22:34:10 +0000 (23:34 +0100)
commit9950b90d3851bf9e850fd3d39f539697b8fca7f5
tree9a48a1b67229fe4d5b4cf61dafead305998571fb
parent6d8622788020265a9e98e8345c6435c8680c992c
MIPS: remove OUTPUT_FORMAT from linker scripts

The OUTPUT_FORMAT command in linker scripts
was always misused due to some endianess and
toolchain problems.

Use GCC flags to ensure proper output format,
and get rid of the OUTPUT_FORMAT commands in
the board specific u-boot.lds files.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Xiangfu Liu <xiangfu@openmobilefree.net>
arch/mips/cpu/mips32/config.mk
arch/mips/cpu/xburst/config.mk
board/dbau1x00/u-boot.lds
board/incaip/u-boot.lds
board/micronas/vct/u-boot.lds
board/pb1x00/u-boot.lds
board/qemu-mips/u-boot.lds
board/qi/qi_lb60/u-boot.lds