commit | 0212229ce2086dc0f025f6a6e82e0a9d28f54222 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Tue Oct 24 14:51:36 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Tue Oct 24 14:51:36 2006 +0200 |
tree | b6552ad560ce4efbcfce94a991772915d2c27b55 | |
parent | 994ad96e9ec3981786172bb31213403d9e670cbd [diff] |
Move atstk1000 files into vendor specific directory. Patch by Haavard Skinnemoen, 12 Sep 2006
diff --git a/board/atstk1000/Makefile b/board/atmel/atstk1000/Makefile similarity index 100% rename from board/atstk1000/Makefile rename to board/atmel/atstk1000/Makefile
diff --git a/board/atstk1000/atstk1000.c b/board/atmel/atstk1000/atstk1000.c similarity index 100% rename from board/atstk1000/atstk1000.c rename to board/atmel/atstk1000/atstk1000.c
diff --git a/board/atstk1000/config.mk b/board/atmel/atstk1000/config.mk similarity index 69% rename from board/atstk1000/config.mk rename to board/atmel/atstk1000/config.mk index a72c80e..ec3618d 100644 --- a/board/atstk1000/config.mk +++ b/board/atmel/atstk1000/config.mk
@@ -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
diff --git a/board/atstk1000/flash.c b/board/atmel/atstk1000/flash.c similarity index 100% rename from board/atstk1000/flash.c rename to board/atmel/atstk1000/flash.c
diff --git a/board/atstk1000/u-boot.lds.S b/board/atmel/atstk1000/u-boot.lds.S similarity index 100% rename from board/atstk1000/u-boot.lds.S rename to board/atmel/atstk1000/u-boot.lds.S