Re: [U-Boot] [PATCH 1/3] Kbuild: add LDFLAGS_STANDALONE

2018-11-02 Thread Daniel Schwierzeck
Am 23.09.18 um 19:15 schrieb Daniel Schwierzeck: > Introduce a new Makefile variable for passing LDFLAGS to standalone > programs. Currently the variable CONFIG_STANDALONE_LOAD_ADDR is > misued on some archs to pass a specific linker script. > > Signed-off-by: Daniel Schwierzeck > --- > > arc

Re: [U-Boot] [PATCH 1/3] Kbuild: add LDFLAGS_STANDALONE

2018-10-29 Thread Rick Chen
> > > > Introduce a new Makefile variable for passing LDFLAGS to standalone > > > > programs. Currently the variable CONFIG_STANDALONE_LOAD_ADDR is > > > > misued on some archs to pass a specific linker script. > > > > > > are there any objections or can I apply this to u-boot-mips/next? Thanks. >

Re: [U-Boot] [PATCH 1/3] Kbuild: add LDFLAGS_STANDALONE

2018-10-29 Thread Tom Rini
On Sun, Oct 28, 2018 at 09:12:22PM +0100, Daniel Schwierzeck wrote: > > > Am 23.09.18 um 19:15 schrieb Daniel Schwierzeck: > > Introduce a new Makefile variable for passing LDFLAGS to standalone > > programs. Currently the variable CONFIG_STANDALONE_LOAD_ADDR is > > misued on some archs to pass a

Re: [U-Boot] [PATCH 1/3] Kbuild: add LDFLAGS_STANDALONE

2018-10-28 Thread Daniel Schwierzeck
Am 23.09.18 um 19:15 schrieb Daniel Schwierzeck: > Introduce a new Makefile variable for passing LDFLAGS to standalone > programs. Currently the variable CONFIG_STANDALONE_LOAD_ADDR is > misued on some archs to pass a specific linker script. are there any objections or can I apply this to u-boot

[U-Boot] [PATCH 1/3] Kbuild: add LDFLAGS_STANDALONE

2018-09-23 Thread Daniel Schwierzeck
Introduce a new Makefile variable for passing LDFLAGS to standalone programs. Currently the variable CONFIG_STANDALONE_LOAD_ADDR is misued on some archs to pass a specific linker script. Signed-off-by: Daniel Schwierzeck --- arch/mips/cpu/mips32/config.mk | 4 ++-- arch/mips/cpu/mips64/config.m