提交 ed4058af 编写于 作者: W Wolfgang Denk

Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx

...@@ -1900,7 +1900,7 @@ TQM8560_config: unconfig ...@@ -1900,7 +1900,7 @@ TQM8560_config: unconfig
######################################################################### #########################################################################
MPC8641HPCN_config: unconfig MPC8641HPCN_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn @$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn freescale
sbc8641d_config: unconfig sbc8641d_config: unconfig
@./mkconfig $(@:_config=) ppc mpc86xx sbc8641d @./mkconfig $(@:_config=) ppc mpc86xx sbc8641d
......
...@@ -24,13 +24,14 @@ ...@@ -24,13 +24,14 @@
include $(TOPDIR)/config.mk include $(TOPDIR)/config.mk
ifneq ($(OBJTREE),$(SRCTREE)) ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../freescale/common) $(shell mkdir -p $(obj)../common)
endif endif
LIB = $(obj)lib$(BOARD).a LIB = $(obj)lib$(BOARD).a
COBJS := $(BOARD).o sys_eeprom.o \ COBJS := $(BOARD).o \
../freescale/common/pixis.o ../common/sys_eeprom.o \
../common/pixis.o
SOBJS := init.o SOBJS := init.o
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
extern void ft_cpu_setup(void *blob, bd_t *bd); extern void ft_cpu_setup(void *blob, bd_t *bd);
#endif #endif
#include "../freescale/common/pixis.h" #include "../common/pixis.h"
#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
extern void ddr_enable_ecc(unsigned int dram_size); extern void ddr_enable_ecc(unsigned int dram_size);
......
...@@ -51,7 +51,7 @@ SECTIONS ...@@ -51,7 +51,7 @@ SECTIONS
.text : .text :
{ {
cpu/mpc86xx/start.o (.text) cpu/mpc86xx/start.o (.text)
board/mpc8641hpcn/init.o (.bootpg) board/freescale/mpc8641hpcn/init.o (.bootpg)
cpu/mpc86xx/traps.o (.text) cpu/mpc86xx/traps.o (.text)
cpu/mpc86xx/interrupts.o (.text) cpu/mpc86xx/interrupts.o (.text)
cpu/mpc86xx/cpu_init.o (.text) cpu/mpc86xx/cpu_init.o (.text)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册