mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 22:28:17 +01:00
5 lines
166 B
Makefile
5 lines
166 B
Makefile
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
|
PLATFORM_LDFLAGS += --gc-sections
|
|
TEXT_BASE = 0x00000000
|
|
LDSCRIPT = $(obj)board/atmel/atstk1000/u-boot.lds
|