mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
Move atstk1000 files into vendor specific directory.
Patch by Haavard Skinnemoen, 12 Sep 2006
This commit is contained in:
parent
6ccec4492e
commit
3a78e3e75b
5 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
||||
PLATFORM_LDFLAGS += --gc-sections
|
||||
TEXT_BASE = 0x00000000
|
||||
LDSCRIPT = $(obj)board/atstk1000/u-boot.lds
|
||||
LDSCRIPT = $(obj)board/atmel/atstk1000/u-boot.lds
|
Loading…
Reference in a new issue