commit | 762065e37db7e91610a4fd4f2fabe55700faf343 | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Wed Mar 05 17:27:48 2008 -0600 |
committer | Jon Loeliger <jdl@freescale.com> | Tue Mar 25 09:51:43 2008 -0500 |
tree | 2da7aa4989ba6765d66248a9754030411869be5a | |
parent | 1d5f34d5f7ccb6a2a2889f33b4b61db8c2b7eb55 [diff] |
FSL: Move board/mpc7448hpc2 under board/freescale Signed-off-by: Jon Loeliger <jdl@freescale.com>
diff --git a/Makefile b/Makefile index 4b13c3b..065ce90 100644 --- a/Makefile +++ b/Makefile
@@ -2243,7 +2243,7 @@ @$(MKCONFIG) EVB64260 ppc 74xx_7xx evb64260 mpc7448hpc2_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc 74xx_7xx mpc7448hpc2 + @$(MKCONFIG) $(@:_config=) ppc 74xx_7xx mpc7448hpc2 freescale P3G4_config: unconfig @$(MKCONFIG) $(@:_config=) ppc 74xx_7xx evb64260
diff --git a/board/mpc7448hpc2/Makefile b/board/freescale/mpc7448hpc2/Makefile similarity index 100% rename from board/mpc7448hpc2/Makefile rename to board/freescale/mpc7448hpc2/Makefile
diff --git a/board/mpc7448hpc2/asm_init.S b/board/freescale/mpc7448hpc2/asm_init.S similarity index 100% rename from board/mpc7448hpc2/asm_init.S rename to board/freescale/mpc7448hpc2/asm_init.S
diff --git a/board/mpc7448hpc2/config.mk b/board/freescale/mpc7448hpc2/config.mk similarity index 100% rename from board/mpc7448hpc2/config.mk rename to board/freescale/mpc7448hpc2/config.mk
diff --git a/board/mpc7448hpc2/mpc7448hpc2.c b/board/freescale/mpc7448hpc2/mpc7448hpc2.c similarity index 100% rename from board/mpc7448hpc2/mpc7448hpc2.c rename to board/freescale/mpc7448hpc2/mpc7448hpc2.c
diff --git a/board/mpc7448hpc2/tsi108_init.c b/board/freescale/mpc7448hpc2/tsi108_init.c similarity index 100% rename from board/mpc7448hpc2/tsi108_init.c rename to board/freescale/mpc7448hpc2/tsi108_init.c
diff --git a/board/mpc7448hpc2/u-boot.lds b/board/freescale/mpc7448hpc2/u-boot.lds similarity index 100% rename from board/mpc7448hpc2/u-boot.lds rename to board/freescale/mpc7448hpc2/u-boot.lds