commit | 80733673906b6a85b449c4efa585a9ef26fa9b47 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Sep 23 19:15:17 2018 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Nov 18 16:02:23 2018 +0100 |
tree | 01a796e2be480b2590af9357f2926968b0050db6 | |
parent | 81a0644220ecc4ab591006245f3de8f685cc0c4a [diff] |
MIPS: fix linking of standalone programs Use the global MIPS specific u-boot.lds for linking standalone programs instead of the outdated ones in examples/standalone/. Also pass --gc-sections in LDFLAGS_STANDALONE to optimize the size of standalone programs. Finally remove the deprecated config.mk files in arch/mips/cpu/mips[32,64]/. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>