5 lines
160 B
Makefile
5 lines
160 B
Makefile
|
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
||
|
PLATFORM_LDFLAGS += --gc-sections
|
||
|
TEXT_BASE = 0x00000000
|
||
|
LDSCRIPT = $(obj)board/atstk1000/u-boot.lds
|