mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
418cbb0abc
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: Andreas Biemann <biessmann@corscience.de>
4 lines
173 B
Makefile
4 lines
173 B
Makefile
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
|
PLATFORM_LDFLAGS += --gc-sections
|
|
TEXT_BASE = 0x00000000
|
|
LDSCRIPT = $(src)board/earthlcd/favr-32-ezkit/u-boot.lds
|