]> git.baikalelectronics.ru Git - uboot.git/commit
sh4: use single u-boot linker script for all boards
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 27 Nov 2016 22:15:25 +0000 (00:15 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 02:32:46 +0000 (21:32 -0500)
commit7669b58683d9f1b9ea7bc8d30e6f08f1c21352fc
tree82865fbe3afc5f93cb4cd0bb1a363a48be5aedbc
parent68d9187e16351b2f0beecf53b29ca7351a4739a1
sh4: use single u-boot linker script for all boards

Three supported SH4/SH4A boards with the bootloader image stored on
SPI flash have own flavour of a linker script, in turn they are equal
among each other. The only difference is that the text from
lowlevel_init.o is placed right after start.o, which makes sense.

Note that .bss section is not marked as NOLOAD, because for about
10 years this is a default option of a GNU linker, either the
attribute is found or not the resulting image file is the same.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sh/cpu/u-boot.lds
board/renesas/sh7752evb/Makefile
board/renesas/sh7752evb/u-boot.lds [deleted file]
board/renesas/sh7753evb/Makefile
board/renesas/sh7753evb/u-boot.lds [deleted file]
board/renesas/sh7757lcr/Makefile
board/renesas/sh7757lcr/u-boot.lds [deleted file]
include/configs/sh7752evb.h
include/configs/sh7753evb.h
include/configs/sh7757lcr.h