Skip to content
Snippets Groups Projects
Commit 418cbb0a authored by Andreas Bießmann's avatar Andreas Bießmann Committed by Wolfgang Denk
Browse files

avr32: fix linking of atstk100x and favr32 boards


When building some avr32 boards out of tree (e.g. O=..) the linker script could
not be found. This patch references the linker script in source tree.

Signed-off-by: default avatarAndreas Bießmann <biessmann@corscience.de>
parent eb70d05d
No related branches found
No related tags found
No related merge requests found
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
PLATFORM_LDFLAGS += --gc-sections PLATFORM_LDFLAGS += --gc-sections
TEXT_BASE = 0x00000000 TEXT_BASE = 0x00000000
LDSCRIPT = $(obj)board/atmel/atstk1000/u-boot.lds LDSCRIPT = $(src)board/atmel/atstk1000/u-boot.lds
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
PLATFORM_LDFLAGS += --gc-sections PLATFORM_LDFLAGS += --gc-sections
TEXT_BASE = 0x00000000 TEXT_BASE = 0x00000000
LDSCRIPT = $(obj)board/earthlcd/favr-32-ezkit/u-boot.lds LDSCRIPT = $(src)board/earthlcd/favr-32-ezkit/u-boot.lds
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment