]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Move the MPC8540 ADS board under board/freescale.
authorKumar Gala <galak@kernel.crashing.org>
Thu, 29 Nov 2007 16:16:18 +0000 (10:16 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 12 Dec 2007 04:34:20 +0000 (22:34 -0600)
Minor path corrections needed to ensure buildability.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Makefile
board/freescale/mpc8540ads/Makefile [moved from board/mpc8540ads/Makefile with 100% similarity]
board/freescale/mpc8540ads/config.mk [moved from board/mpc8540ads/config.mk with 100% similarity]
board/freescale/mpc8540ads/init.S [moved from board/mpc8540ads/init.S with 100% similarity]
board/freescale/mpc8540ads/mpc8540ads.c [moved from board/mpc8540ads/mpc8540ads.c with 100% similarity]
board/freescale/mpc8540ads/u-boot.lds [moved from board/mpc8540ads/u-boot.lds with 97% similarity]

index bf2cce648e5468cb8c1d265a22adfaf23506342d..f41ec0869b2fcaedc6294f360c64e9b0eae7bd95 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1911,7 +1911,7 @@ TQM834x_config:   unconfig
 #########################################################################
 
 MPC8540ADS_config:     unconfig
-       @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads
+       @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale
 
 MPC8540EVAL_config \
 MPC8540EVAL_33_config \
similarity index 97%
rename from board/mpc8540ads/u-boot.lds
rename to board/freescale/mpc8540ads/u-boot.lds
index e7a88cfa449c28f0769d5294d59002ef36fcb38d..a7c68b36485ada521cc7d767720a7dbab2bb5da3 100644 (file)
@@ -35,7 +35,7 @@ SECTIONS
   .bootpg 0xFFFFF000 :
   {
     cpu/mpc85xx/start.o        (.bootpg)
-    board/mpc8540ads/init.o (.bootpg)
+    board/freescale/mpc8540ads/init.o (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -65,7 +65,7 @@ SECTIONS
   .text      :
   {
     cpu/mpc85xx/start.o        (.text)
-    board/mpc8540ads/init.o (.text)
+    board/freescale/mpc8540ads/init.o (.text)
     cpu/mpc85xx/traps.o (.text)
     cpu/mpc85xx/interrupts.o (.text)
     cpu/mpc85xx/cpu_init.o (.text)