Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Gabor Juhos's avatar
    9950b90d
    MIPS: remove OUTPUT_FORMAT from linker scripts · 9950b90d
    Gabor Juhos authored
    
    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: default avatarGabor 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>
    9950b90d
    History
    MIPS: remove OUTPUT_FORMAT from linker scripts
    Gabor Juhos authored
    
    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: default avatarGabor 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>