mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
3a78e3e75b
Patch by Haavard Skinnemoen, 12 Sep 2006
4 lines
166 B
Makefile
4 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
|