public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jon Loeliger <jdl@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] FSL: Move board/mpc8260ads under board/freescale
Date: Wed,  5 Mar 2008 18:05:45 -0600	[thread overview]
Message-ID: <1204761947-12899-1-git-send-email-jdl@freescale.com> (raw)

Signed-off-by: Jon Loeliger <jdl@freescale.com>
---
 Makefile                                      |    6 +++---
 board/{ => freescale}/mpc8260ads/Makefile     |    0 
 board/{ => freescale}/mpc8260ads/config.mk    |    0 
 board/{ => freescale}/mpc8260ads/flash.c      |    0 
 board/{ => freescale}/mpc8260ads/mpc8260ads.c |    0 
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename board/{ => freescale}/mpc8260ads/Makefile (100%)
 rename board/{ => freescale}/mpc8260ads/config.mk (100%)
 rename board/{ => freescale}/mpc8260ads/flash.c (100%)
 rename board/{ => freescale}/mpc8260ads/mpc8260ads.c (100%)

diff --git a/Makefile b/Makefile
index 5198e12..c4f6400 100644
--- a/Makefile
+++ b/Makefile
@@ -1612,7 +1612,7 @@ PQ2FADS-ZU_66MHz_config	\
 PQ2FADS-ZU_66MHz_lowboot_config	\
 	:		unconfig
 	@mkdir -p $(obj)include
-	@mkdir -p $(obj)board/mpc8260ads
+	@mkdir -p $(obj)board/freescale/mpc8260ads
 	$(if $(findstring PQ2FADS,$@), \
 	@echo "#define CONFIG_ADSTYPE CFG_PQ2FADS" > $(obj)include/config.h, \
 	@echo "#define CONFIG_ADSTYPE CFG_"$(subst MPC,,$(word 1,$(subst _, ,$@))) > $(obj)include/config.h)
@@ -1621,10 +1621,10 @@ PQ2FADS-ZU_66MHz_lowboot_config	\
 	$(if $(findstring VR,$@), \
 	@echo "#define CONFIG_8260_CLKIN 66000000" >> $(obj)include/config.h))
 	@[ -z "$(findstring lowboot_,$@)" ] || \
-		{ echo "TEXT_BASE = 0xFF800000" >$(obj)board/mpc8260ads/config.tmp ; \
+		{ echo "TEXT_BASE = 0xFF800000" >$(obj)board/freescale/mpc8260ads/config.tmp ; \
 		  $(XECHO) "... with lowboot configuration" ; \
 		}
-	@$(MKCONFIG) -a MPC8260ADS ppc mpc8260 mpc8260ads
+	@$(MKCONFIG) -a MPC8260ADS ppc mpc8260 mpc8260ads freescale
 
 MPC8266ADS_config:	unconfig
 	@$(MKCONFIG) $(@:_config=) ppc mpc8260 mpc8266ads
diff --git a/board/mpc8260ads/Makefile b/board/freescale/mpc8260ads/Makefile
similarity index 100%
rename from board/mpc8260ads/Makefile
rename to board/freescale/mpc8260ads/Makefile
diff --git a/board/mpc8260ads/config.mk b/board/freescale/mpc8260ads/config.mk
similarity index 100%
rename from board/mpc8260ads/config.mk
rename to board/freescale/mpc8260ads/config.mk
diff --git a/board/mpc8260ads/flash.c b/board/freescale/mpc8260ads/flash.c
similarity index 100%
rename from board/mpc8260ads/flash.c
rename to board/freescale/mpc8260ads/flash.c
diff --git a/board/mpc8260ads/mpc8260ads.c b/board/freescale/mpc8260ads/mpc8260ads.c
similarity index 100%
rename from board/mpc8260ads/mpc8260ads.c
rename to board/freescale/mpc8260ads/mpc8260ads.c
-- 
1.5.4.3.340.g97b97

             reply	other threads:[~2008-03-06  0:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-06  0:05 Jon Loeliger [this message]
2008-03-06  0:05 ` [U-Boot-Users] [PATCH] FSL: Move board/mpc8266ads under board/freescale Jon Loeliger
2008-03-06  0:05   ` [U-Boot-Users] [PATCH] FSL: Move board/mpc7448hpc2 " Jon Loeliger
2008-03-25 22:02     ` Wolfgang Denk
2008-03-25 22:03   ` [U-Boot-Users] [PATCH] FSL: Move board/mpc8266ads " Wolfgang Denk
2008-03-19 19:58 ` [U-Boot-Users] [PATCH] FSL: Move board/mpc8260ads " Jon Loeliger
2008-03-25 22:03   ` Wolfgang Denk
2008-03-26 15:48     ` Jon Loeliger
2008-03-25 22:00 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1204761947-12899-1-git-send-email-jdl@freescale.com \
    --to=jdl@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox