mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
5 lines
173 B
Makefile
5 lines
173 B
Makefile
|
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
||
|
PLATFORM_LDFLAGS += --gc-sections
|
||
|
TEXT_BASE = 0x00000000
|
||
|
LDSCRIPT = $(obj)board/earthlcd/favr-32-ezkit/u-boot.lds
|