]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx31: move freescale's mx31 boards to vendor board dir
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 12 Aug 2008 23:40:09 +0000 (01:40 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 12 Aug 2008 23:40:09 +0000 (01:40 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Makefile
board/freescale/mx31ads/Makefile [moved from board/mx31ads/Makefile with 100% similarity]
board/freescale/mx31ads/config.mk [moved from board/mx31ads/config.mk with 100% similarity]
board/freescale/mx31ads/lowlevel_init.S [moved from board/mx31ads/lowlevel_init.S with 100% similarity]
board/freescale/mx31ads/mx31ads.c [moved from board/mx31ads/mx31ads.c with 100% similarity]
board/freescale/mx31ads/u-boot.lds [moved from board/mx31ads/u-boot.lds with 90% similarity]

index 6624370a889b4fc99b547833060e9dc9a5475971..0defeca97fbf0776bbf9e7b49cb26cf32c6178d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2681,7 +2681,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
similarity index 90%
rename from board/mx31ads/u-boot.lds
rename to board/freescale/mx31ads/u-boot.lds
index 49713d454a27890adea00b71cf5980ea60125160..c379460c9b0eb152f66bdf76ed6b2af361d2edc4 100644 (file)
@@ -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)