Wolfgang Denk | 994ad96 | 2006-10-24 14:42:37 +0200 | [diff] [blame] | 1 | PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections |
2 | PLATFORM_LDFLAGS += --gc-sections | ||||
3 | TEXT_BASE = 0x00000000 | ||||
Wolfgang Denk | 0212229 | 2006-10-24 14:51:36 +0200 | [diff] [blame] | 4 | LDSCRIPT = $(obj)board/atmel/atstk1000/u-boot.lds |