瀏覽代碼

mpc83xx: Removed unused file resetvec.S for mpc83xx cpu

Removed unused file resetvec.S for mpc83xx cpu

Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
Tanya Jiang 19 年之前
父節點
當前提交
09a81ff740
共有 3 個文件被更改,包括 1 次插入10 次删除
  1. 0 3
      Makefile
  2. 1 1
      cpu/mpc83xx/Makefile
  3. 0 6
      cpu/mpc83xx/resetvec.S

+ 0 - 3
Makefile

@@ -174,9 +174,6 @@ endif
 ifeq ($(CPU),ppc4xx)
 ifeq ($(CPU),ppc4xx)
 OBJS += cpu/$(CPU)/resetvec.o
 OBJS += cpu/$(CPU)/resetvec.o
 endif
 endif
-ifeq ($(CPU),mpc83xx)
-OBJS += cpu/$(CPU)/resetvec.o
-endif
 ifeq ($(CPU),mpc85xx)
 ifeq ($(CPU),mpc85xx)
 OBJS += cpu/$(CPU)/resetvec.o
 OBJS += cpu/$(CPU)/resetvec.o
 endif
 endif

+ 1 - 1
cpu/mpc83xx/Makefile

@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
 
 
 LIB	= $(obj)lib$(CPU).a
 LIB	= $(obj)lib$(CPU).a
 
 
-START	= start.o resetvec.o
+START	= start.o
 COBJS	= traps.o cpu.o cpu_init.o speed.o interrupts.o \
 COBJS	= traps.o cpu.o cpu_init.o speed.o interrupts.o \
 	  i2c.o spd_sdram.o
 	  i2c.o spd_sdram.o
 
 

+ 0 - 6
cpu/mpc83xx/resetvec.S

@@ -1,6 +0,0 @@
-	.section .resetvec,"ax"
-#ifndef FIXME
-#if 0
-	b _start_e500
-#endif
-#endif