u-boot-brain/arch/mips/cpu
Daniel Schwierzeck 07f5b966aa 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>
2016-05-31 09:38:11 +02:00
..
mips32
mips64
cpu.c mips: Fix compiler warning in cpu.c 2016-05-21 01:36:38 +02:00
interrupts.c
Makefile
start.S MIPS: Use unchecked immediate addition/subtraction 2016-05-21 01:36:39 +02:00
time.c
u-boot-spl.lds MIPS: provide a default u-boot-spl.lds 2016-05-31 09:38:11 +02:00
u-boot.lds