summaryrefslogtreecommitdiffstats
path: root/board/atmel/atngw100
diff options
context:
space:
mode:
authorAndreas Bießmann <biessmann@corscience.de>2011-02-09 04:10:30 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-18 07:56:52 +0200
commitc8e7ddd4c6d0e195fa2f28c534f5c8233547c59e (patch)
treef265b4fcdf59803bb542670a565b9105eee4154e /board/atmel/atngw100
parent74cd9777f8dd44fd944a9ac75cfbc24eeb206453 (diff)
downloadblackbird-obmc-uboot-c8e7ddd4c6d0e195fa2f28c534f5c8233547c59e.tar.gz
blackbird-obmc-uboot-c8e7ddd4c6d0e195fa2f28c534f5c8233547c59e.zip
avr32: fix linking
This patch fixes following error: ---8<--- avr32-linux-ld: --gc-sections and -r may not be used together --->8--- Since 8aba9dceebb14144e07d19593111ee3a999c37fc all avr32 boards are broken due to linking error as seen above. Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
Diffstat (limited to 'board/atmel/atngw100')
-rw-r--r--board/atmel/atngw100/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/atmel/atngw100/config.mk b/board/atmel/atngw100/config.mk
index ea76d05df8..c3c7433214 100644
--- a/board/atmel/atngw100/config.mk
+++ b/board/atmel/atngw100/config.mk
@@ -1,3 +1,2 @@
CONFIG_SYS_TEXT_BASE = 0x00000000
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
-PLATFORM_LDFLAGS += --gc-sections
OpenPOWER on IntegriCloud