From 3a78e3e75b633ecb6413114ffd11e2f000c4f11e Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 24 Oct 2006 14:51:36 +0200 Subject: [PATCH] Move atstk1000 files into vendor specific directory. Patch by Haavard Skinnemoen, 12 Sep 2006 --- board/{ => atmel}/atstk1000/Makefile | 0 board/{ => atmel}/atstk1000/atstk1000.c | 0 board/{ => atmel}/atstk1000/config.mk | 2 +- board/{ => atmel}/atstk1000/flash.c | 0 board/{ => atmel}/atstk1000/u-boot.lds.S | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename board/{ => atmel}/atstk1000/Makefile (100%) rename board/{ => atmel}/atstk1000/atstk1000.c (100%) rename board/{ => atmel}/atstk1000/config.mk (69%) rename board/{ => atmel}/atstk1000/flash.c (100%) rename board/{ => atmel}/atstk1000/u-boot.lds.S (100%) 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 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 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 -- 2.30.2