Re: [U-Boot] [PATCH] avr32: Remove redundant LDSCRIPT definition

2012-08-13 Thread Andreas Bießmann
Dear Benoît Thébaudeau, On 10.08.2012 21:55, Benoît Thébaudeau wrote: > AVR32's LD script uses a standard location that is now automatically detected > by > the main Makefile, so its definition in AVR32's config.mk is now obsolete and > redundant. > > Signed-off-by: Benoît Thébaudeau > Cc: Andr

[U-Boot] [PATCH] avr32: Remove redundant LDSCRIPT definition

2012-08-10 Thread Benoît Thébaudeau
AVR32's LD script uses a standard location that is now automatically detected by the main Makefile, so its definition in AVR32's config.mk is now obsolete and redundant. Signed-off-by: Benoît Thébaudeau Cc: Andreas Bießmann --- .../arch/avr32/config.mk |2 -- 1 fil