[U-Boot-Users] [PATCH V3] mx31: move freescale's mx31 board to vendor board dir

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Aug 7 14:58:45 CEST 2008


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
remove miss match freescale board

Freescale Zoomâ„¢ i.MX31 LITEKIT

 Makefile                                      |    2 +-
 board/{ => freescale}/mx31ads/Makefile        |    0 
 board/{ => freescale}/mx31ads/config.mk       |    0 
 board/{ => freescale}/mx31ads/lowlevel_init.S |    0 
 board/{ => freescale}/mx31ads/mx31ads.c       |    0 
 board/{ => freescale}/mx31ads/u-boot.lds      |   10 +++++-----
 6 files changed, 6 insertions(+), 6 deletions(-)
 rename board/{ => freescale}/mx31ads/Makefile (100%)
 rename board/{ => freescale}/mx31ads/config.mk (100%)
 rename board/{ => freescale}/mx31ads/lowlevel_init.S (100%)
 rename board/{ => freescale}/mx31ads/mx31ads.c (100%)
 rename board/{ => freescale}/mx31ads/u-boot.lds (90%)

diff --git a/Makefile b/Makefile
index cccd544..c57f21a 100644
--- a/Makefile
+++ b/Makefile
@@ -2672,7 +2672,7 @@ imx31_phycore_config	: unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31
 
 mx31ads_config		: unconfig
-	@$(MKCONFIG) $(@:_config=) arm arm1136 mx31ads NULL mx31
+	@$(MKCONFIG) $(@:_config=) arm arm1136 mx31ads freescale mx31
 
 omap2420h4_config	: unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx
diff --git a/board/mx31ads/Makefile b/board/freescale/mx31ads/Makefile
similarity index 100%
rename from board/mx31ads/Makefile
rename to board/freescale/mx31ads/Makefile
diff --git a/board/mx31ads/config.mk b/board/freescale/mx31ads/config.mk
similarity index 100%
rename from board/mx31ads/config.mk
rename to board/freescale/mx31ads/config.mk
diff --git a/board/mx31ads/lowlevel_init.S b/board/freescale/mx31ads/lowlevel_init.S
similarity index 100%
rename from board/mx31ads/lowlevel_init.S
rename to board/freescale/mx31ads/lowlevel_init.S
diff --git a/board/mx31ads/mx31ads.c b/board/freescale/mx31ads/mx31ads.c
similarity index 100%
rename from board/mx31ads/mx31ads.c
rename to board/freescale/mx31ads/mx31ads.c
diff --git a/board/mx31ads/u-boot.lds b/board/freescale/mx31ads/u-boot.lds
similarity index 90%
rename from board/mx31ads/u-boot.lds
rename to board/freescale/mx31ads/u-boot.lds
index 49713d4..c379460 100644
--- a/board/mx31ads/u-boot.lds
+++ b/board/freescale/mx31ads/u-boot.lds
@@ -37,11 +37,11 @@ SECTIONS
 	  /* WARNING - the following is hand-optimized to fit within	*/
 	  /* the sector layout of our flash chips!	XXX FIXME XXX	*/
 
-	  cpu/arm1136/start.o		(.text)
-	  board/mx31ads/libmx31ads.a	(.text)
-	  lib_arm/libarm.a		(.text)
-	  net/libnet.a			(.text)
-	  drivers/mtd/libmtd.a		(.text)
+	  cpu/arm1136/start.o			(.text)
+	  board/freescale/mx31ads/libmx31ads.a	(.text)
+	  lib_arm/libarm.a			(.text)
+	  net/libnet.a				(.text)
+	  drivers/mtd/libmtd.a			(.text)
 
 	  . = DEFINED(env_offset) ? env_offset : .;
 	  common/environment.o(.text)
-- 
1.5.6.2





More information about the U-Boot mailing list