diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-24 14:51:36 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-24 14:51:36 +0200 | 
| commit | 3a78e3e75b633ecb6413114ffd11e2f000c4f11e (patch) | |
| tree | b6552ad560ce4efbcfce94a991772915d2c27b55 | |
| parent | 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37 (diff) | |
| download | olio-uboot-2014.01-3a78e3e75b633ecb6413114ffd11e2f000c4f11e.tar.xz olio-uboot-2014.01-3a78e3e75b633ecb6413114ffd11e2f000c4f11e.zip | |
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 22ac02aa3..22ac02aa3 100644 --- a/board/atstk1000/Makefile +++ b/board/atmel/atstk1000/Makefile diff --git a/board/atstk1000/atstk1000.c b/board/atmel/atstk1000/atstk1000.c index 4d737d293..4d737d293 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 a72c80e2f..ec3618d56 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 3aebf66ee..3aebf66ee 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 d46b82ceb..d46b82ceb 100644 --- a/board/atstk1000/u-boot.lds.S +++ b/board/atmel/atstk1000/u-boot.lds.S |