Re: [U-Boot] [PATCH 3/3] MIPS: fix linking of standalone programs

2018-11-02 Thread Daniel Schwierzeck
Am 23.09.18 um 19:15 schrieb Daniel Schwierzeck: > 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 depr

[U-Boot] [PATCH 3/3] MIPS: fix linking of standalone programs

2018-09-23 Thread Daniel Schwierzeck
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]/. Sign