]> git.ipfire.org Git - people/ms/u-boot.git/commit
MIPS: provide a default u-boot-spl.lds
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 26 May 2016 13:28:38 +0000 (15:28 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 31 May 2016 07:38:11 +0000 (09:38 +0200)
commit07f5b966aa2a4fe3a9bed8e90103cb0fe83c8748
treeb1754cbc5b886e0f6d7a1b5823e841e320cced43
parent0f832b9cdcbe8a024b53c585622d70129652d20b
MIPS: provide a default u-boot-spl.lds

Provide a default linker script for SPL binaries. Start address
and size of text section and BSS section are configurable. All
sections are arranged in a way that only relevant sections are
kept in the code section for maximum size reduction. All other
sections are kept but moved outside the code section to help
with debugging.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>
arch/mips/config.mk
arch/mips/cpu/u-boot-spl.lds [new file with mode: 0644]