From: Jon Loeliger Date: Thu, 6 Mar 2008 00:05:47 +0000 (-0600) Subject: FSL: Move board/mpc7448hpc2 under board/freescale X-Git-Tag: v2008.10-rc1~566 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f1d846e5c5754449c286587d099d85246062772;p=platform%2Fkernel%2Fu-boot.git FSL: Move board/mpc7448hpc2 under board/freescale Signed-off-by: Jon Loeliger --- diff --git a/Makefile b/Makefile index 11293e1..8b9a252 100644 --- a/Makefile +++ b/Makefile @@ -2243,7 +2243,7 @@ EVB64260_750CX_config: unconfig @$(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