summaryrefslogtreecommitdiffstats
path: root/arch/avr32
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>2012-08-10 09:55:43 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2012-09-02 00:37:02 +0200
commitef55e84a89967fc8a56b095dfb100010eca94719 (patch)
tree9c533c20cc1b23437cefddae5f2bd7a7b232960f /arch/avr32
parent27e301e5b7df6254c768d27130d3a36c31d55c96 (diff)
downloadtalos-obmc-uboot-ef55e84a89967fc8a56b095dfb100010eca94719.tar.gz
talos-obmc-uboot-ef55e84a89967fc8a56b095dfb100010eca94719.zip
avr32: Remove redundant LDSCRIPT definition
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>
Diffstat (limited to 'arch/avr32')
-rw-r--r--arch/avr32/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/avr32/config.mk b/arch/avr32/config.mk
index d8e7ebb0be..a751a3d787 100644
--- a/arch/avr32/config.mk
+++ b/arch/avr32/config.mk
@@ -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
-
-LDSCRIPT = $(SRCTREE)/$(CPUDIR)/u-boot.lds
OpenPOWER on IntegriCloud