mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
c8e7ddd4c6
This patch fixes following error:
---8<---
avr32-linux-ld: --gc-sections and -r may not be used together
--->8---
Since 8aba9dceeb
all avr32 boards are broken due
to linking error as seen above.
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
2 lines
92 B
Makefile
2 lines
92 B
Makefile
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
|
CONFIG_SYS_TEXT_BASE = 0x00000000
|