MIPS: fix linking of standalone programs
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 23 Sep 2018 17:15:17 +0000 (19:15 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 18 Nov 2018 15:02:23 +0000 (16:02 +0100)
commit1bef0c530beaaba08b8ca7a9ec6ce6dc25f62dfb
tree01a796e2be480b2590af9357f2926968b0050db6
parentd3a9ba7f959fac65815e3308510afd4b79f47dc0
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>
arch/mips/config.mk
arch/mips/cpu/mips32/config.mk [deleted file]
arch/mips/cpu/mips64/config.mk [deleted file]
examples/standalone/mips.lds [deleted file]
examples/standalone/mips64.lds [deleted file]