]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Move the MPC8560 ADS board under board/freescale.
authorKumar Gala <galak@kernel.crashing.org>
Thu, 29 Nov 2007 16:14:50 +0000 (10:14 -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/mpc8560ads/Makefile [moved from board/mpc8560ads/Makefile with 100% similarity]
board/freescale/mpc8560ads/config.mk [moved from board/mpc8560ads/config.mk with 100% similarity]
board/freescale/mpc8560ads/init.S [moved from board/mpc8560ads/init.S with 100% similarity]
board/freescale/mpc8560ads/mpc8560ads.c [moved from board/mpc8560ads/mpc8560ads.c with 100% similarity]
board/freescale/mpc8560ads/u-boot.lds [moved from board/mpc8560ads/u-boot.lds with 97% similarity]

index d0c604133f9940616c49c472f956f8001dc8d550..bf2cce648e5468cb8c1d265a22adfaf23506342d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1935,7 +1935,7 @@ MPC8540EVAL_66_slave_config:      unconfig
        @$(MKCONFIG) -a MPC8540EVAL ppc mpc85xx mpc8540eval
 
 MPC8560ADS_config:     unconfig
-       @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8560ads
+       @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8560ads freescale
 
 MPC8541CDS_legacy_config \
 MPC8541CDS_config:     unconfig
similarity index 97%
rename from board/mpc8560ads/u-boot.lds
rename to board/freescale/mpc8560ads/u-boot.lds
index 726a153f98fb9e3fe3e09f8531f69370b8282fdd..c2cba617eabb00b517e54cf23e37bf46c191f215 100644 (file)
@@ -35,7 +35,7 @@ SECTIONS
   .bootpg 0xFFFFF000 :
   {
     cpu/mpc85xx/start.o        (.bootpg)
-    board/mpc8560ads/init.o (.bootpg)
+    board/freescale/mpc8560ads/init.o (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -65,7 +65,7 @@ SECTIONS
   .text      :
   {
     cpu/mpc85xx/start.o        (.text)
-    board/mpc8560ads/init.o (.text)
+    board/freescale/mpc8560ads/init.o (.text)
     cpu/mpc85xx/commproc.o (.text)
     cpu/mpc85xx/traps.o (.text)
     cpu/mpc85xx/interrupts.o (.text)