]> Git Repo - u-boot.git/commit
MIPS: always keep all sections in u-boot ELF binary.
authorDaniel Schwierzeck <[email protected]>
Fri, 11 Oct 2013 15:46:59 +0000 (17:46 +0200)
committerDaniel Schwierzeck <[email protected]>
Sun, 20 Apr 2014 11:16:42 +0000 (13:16 +0200)
commit79fd7e649e287228a1445820a72f7dd33baedb96
tree1b7ef3ccca332f88438c2b3bb52d8b4962951909
parentb149c4c399b111cec1ff7505ca9fabbeeb4fe394
MIPS: always keep all sections in u-boot ELF binary.

Always keep all sections in u-boot ELF binary. Move all unneeded
sections after _end to avoid allocating space in the final binary.
Also remove .deadcode section which is now obsolete.

Signed-off-by: Daniel Schwierzeck <[email protected]>
arch/mips/config.mk
arch/mips/cpu/u-boot.lds
This page took 0.03143 seconds and 4 git commands to generate.