summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-24 14:51:36 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-24 14:51:36 +0200
commit3a78e3e75b633ecb6413114ffd11e2f000c4f11e (patch)
treeb6552ad560ce4efbcfce94a991772915d2c27b55
parent6ccec4492e77428fd6eafd3dfe94fbdf08e91d37 (diff)
Move atstk1000 files into vendor specific directory.
Patch by Haavard Skinnemoen, 12 Sep 2006
-rw-r--r--board/atmel/atstk1000/Makefile (renamed from board/atstk1000/Makefile)0
-rw-r--r--board/atmel/atstk1000/atstk1000.c (renamed from board/atstk1000/atstk1000.c)0
-rw-r--r--board/atmel/atstk1000/config.mk (renamed from board/atstk1000/config.mk)2
-rw-r--r--board/atmel/atstk1000/flash.c (renamed from board/atstk1000/flash.c)0
-rw-r--r--board/atmel/atstk1000/u-boot.lds.S (renamed from board/atstk1000/u-boot.lds.S)0
5 files changed, 1 insertions, 1 deletions
diff --git a/board/atstk1000/Makefile b/board/atmel/atstk1000/Makefile
index 22ac02aa33..22ac02aa33 100644
--- a/board/atstk1000/Makefile
+++ b/board/atmel/atstk1000/Makefile
diff --git a/board/atstk1000/atstk1000.c b/board/atmel/atstk1000/atstk1000.c
index 4d737d293a..4d737d293a 100644
--- a/board/atstk1000/atstk1000.c
+++ b/board/atmel/atstk1000/atstk1000.c
diff --git a/board/atstk1000/config.mk b/board/atmel/atstk1000/config.mk
index a72c80e2f9..ec3618d56a 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
index 3aebf66ee2..3aebf66ee2 100644
--- a/board/atstk1000/flash.c
+++ b/board/atmel/atstk1000/flash.c
diff --git a/board/atstk1000/u-boot.lds.S b/board/atmel/atstk1000/u-boot.lds.S
index d46b82ceb2..d46b82ceb2 100644
--- a/board/atstk1000/u-boot.lds.S
+++ b/board/atmel/atstk1000/u-boot.lds.S