]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
avr32: Remove redundant LDSCRIPT definition
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Fri, 10 Aug 2012 09:55:43 +0000 (09:55 +0000)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sat, 1 Sep 2012 22:37:02 +0000 (00:37 +0200)
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 <benoit.thebaudeau@advansee.com>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/avr32/config.mk

index d8e7ebb0be3f0c72c8dbe7e627262fecf5274c01..a751a3d7874318917d83c1473ca5a6a8693f9909 100644 (file)
@@ -29,5 +29,3 @@ PLATFORM_RELFLAGS     += -ffixed-r5 -fPIC -mno-init-got -mrelax
 PLATFORM_RELFLAGS      += -ffunction-sections -fdata-sections
 
 LDFLAGS_u-boot         = --gc-sections --relax
 PLATFORM_RELFLAGS      += -ffunction-sections -fdata-sections
 
 LDFLAGS_u-boot         = --gc-sections --relax
-
-LDSCRIPT                       = $(SRCTREE)/$(CPUDIR)/u-boot.lds