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