mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
4 lines
115 B
Makefile
4 lines
115 B
Makefile
|
TEXT_BASE = 0x00000000
|
||
|
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
||
|
PLATFORM_LDFLAGS += --gc-sections
|