commit | 07f5b966aa2a4fe3a9bed8e90103cb0fe83c8748 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Thu May 26 15:28:38 2016 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue May 31 09:38:11 2016 +0200 |
tree | b1754cbc5b886e0f6d7a1b5823e841e320cced43 | |
parent | 0f832b9cdcbe8a024b53c585622d70129652d20b [diff] |
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>