mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-18 19:26:04 -04: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
|