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

index 1ff80b50d99fd65ac6771b5a5bfa79932123fa95..d0c604133f9940616c49c472f956f8001dc8d550 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1971,7 +1971,7 @@ MPC8555CDS_config:        unconfig
        @$(MKCONFIG) -a MPC8555CDS ppc mpc85xx mpc8555cds cds
 
 MPC8568MDS_config:     unconfig
-       @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds
+       @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds freescale
 
 PM854_config:  unconfig
        @$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854
similarity index 97%
rename from board/mpc8568mds/u-boot.lds
rename to board/freescale/mpc8568mds/u-boot.lds
index 71099f6f1348f38d3277dc97ec6f3e7d9035b483..4682041ad7609354f18410ee711795c2fb03b639 100644 (file)
@@ -37,7 +37,7 @@ SECTIONS
   .bootpg 0xFFFFF000:
   {
        cpu/mpc85xx/start.o     (.bootpg)
-       board/mpc8568mds/init.o (.bootpg)
+       board/freescale/mpc8568mds/init.o (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -67,7 +67,7 @@ SECTIONS
   .text      :
   {
     cpu/mpc85xx/start.o        (.text)
-    board/mpc8568mds/init.o (.text)
+    board/freescale/mpc8568mds/init.o (.text)
     cpu/mpc85xx/traps.o (.text)
     cpu/mpc85xx/interrupts.o (.text)
     cpu/mpc85xx/cpu_init.o (.text)