summaryrefslogtreecommitdiff
path: root/arch/mips/cpu/u-boot-spl.lds
Commit message (Collapse)AuthorAgeLines
* MIPS: provide a default u-boot-spl.ldsDaniel Schwierzeck2016-05-31-0/+90
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>