Home
last modified time | relevance | path

Searched hist:e92d9124f8c398405af51aa0bb0277e2dfc68b3d (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/
H A Dconfig.mke92d9124f8c398405af51aa0bb0277e2dfc68b3d Sat Dec 19 19:20:47 UTC 2015 Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 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>