]> git.sur5r.net Git - u-boot/commit
MIPS: do not build position-independent executables for SPL
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 19 Dec 2015 19:20:47 +0000 (20:20 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 16 Jan 2016 20:06:45 +0000 (21:06 +0100)
commite92d9124f8c398405af51aa0bb0277e2dfc68b3d
tree07f44f7f836b9aae0163abd8d86232737200fbff
parent5b6f357fe73a3fab11870cceeac5f2fecd6d7e02
MIPS: do not build position-independent executables for SPL

SPL binaries are usually linked to a fixed address in SRAM.
Furthermore SPL binaries do not need to relocate itself. Thus
do not build them as position-independent binaries which helps
to largely reduce the size of SPL binaries.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/config.mk