]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Move the MPC8641HPCN board under board/freescale.
authorJon Loeliger <jdl@freescale.com>
Wed, 15 Aug 2007 17:20:40 +0000 (12:20 -0500)
committerJon Loeliger <jdl@freescale.com>
Wed, 15 Aug 2007 17:20:40 +0000 (12:20 -0500)
Minor path corrections needed to ensure buildability.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Makefile
board/freescale/common/sys_eeprom.c [moved from board/mpc8641hpcn/sys_eeprom.c with 100% similarity]
board/freescale/mpc8641hpcn/Makefile [moved from board/mpc8641hpcn/Makefile with 93% similarity]
board/freescale/mpc8641hpcn/config.mk [moved from board/mpc8641hpcn/config.mk with 100% similarity]
board/freescale/mpc8641hpcn/init.S [moved from board/mpc8641hpcn/init.S with 100% similarity]
board/freescale/mpc8641hpcn/mpc8641hpcn.c [moved from board/mpc8641hpcn/mpc8641hpcn.c with 99% similarity]
board/freescale/mpc8641hpcn/u-boot.lds [moved from board/mpc8641hpcn/u-boot.lds with 98% similarity]

index 9dee9483c63ead629084dd484a587705216a75ee..65efd3f5e05906cf8f454335c20480ac38b1d7ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1900,7 +1900,7 @@ TQM8560_config:           unconfig
 #########################################################################
 
 MPC8641HPCN_config:    unconfig
-       @$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn
+       @$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn freescale
 
 sbc8641d_config:       unconfig
        @./mkconfig $(@:_config=) ppc mpc86xx sbc8641d
similarity index 93%
rename from board/mpc8641hpcn/Makefile
rename to board/freescale/mpc8641hpcn/Makefile
index df56b31e581bcfa2983d26dd89a4ace330a6cc6e..93b015d47436b831bef728af8c7f6da7b8c48f9f 100644 (file)
 include $(TOPDIR)/config.mk
 
 ifneq ($(OBJTREE),$(SRCTREE))
-$(shell mkdir -p $(obj)../freescale/common)
+$(shell mkdir -p $(obj)../common)
 endif
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o sys_eeprom.o \
-               ../freescale/common/pixis.o
+COBJS  := $(BOARD).o \
+               ../common/sys_eeprom.o \
+               ../common/pixis.o
 
 SOBJS  := init.o
 
similarity index 99%
rename from board/mpc8641hpcn/mpc8641hpcn.c
rename to board/freescale/mpc8641hpcn/mpc8641hpcn.c
index 1bfbe88b5aafb7625757bda01ca2bc6fb0fafd96..ffd11cb5f1384e2a6e428cc7f393ccc4b795fdf5 100644 (file)
@@ -33,7 +33,7 @@
 extern void ft_cpu_setup(void *blob, bd_t *bd);
 #endif
 
-#include "../freescale/common/pixis.h"
+#include "../common/pixis.h"
 
 #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
 extern void ddr_enable_ecc(unsigned int dram_size);
similarity index 98%
rename from board/mpc8641hpcn/u-boot.lds
rename to board/freescale/mpc8641hpcn/u-boot.lds
index 58644648c78846388bcf8236858cc927d80fb01b..fd163622a82918f0041ff8ba21c979250922cd35 100644 (file)
@@ -51,7 +51,7 @@ SECTIONS
   .text      :
   {
     cpu/mpc86xx/start.o        (.text)
-    board/mpc8641hpcn/init.o (.bootpg)
+    board/freescale/mpc8641hpcn/init.o (.bootpg)
     cpu/mpc86xx/traps.o (.text)
     cpu/mpc86xx/interrupts.o (.text)
     cpu/mpc86xx/cpu_init.o (.text)