diff options
author | Wolfgang Denk <wd@denx.de> | 2007-06-06 16:21:11 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-06-06 16:21:11 +0200 |
commit | 83b75ef3a6d87b540368d6721728332c919e51bb (patch) | |
tree | 8034f7be827198f76f3d16b3d010b169cc0d60fd /Makefile | |
parent | d1246a4bb1ae9502ff540291423f1bb02d1e808c (diff) | |
parent | ac0e8d08a18881a37aeff72dfa86aa0360542ad2 (diff) | |
download | u-boot-imx-83b75ef3a6d87b540368d6721728332c919e51bb.zip u-boot-imx-83b75ef3a6d87b540368d6721728332c919e51bb.tar.gz u-boot-imx-83b75ef3a6d87b540368d6721728332c919e51bb.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -173,9 +173,6 @@ endif ifeq ($(CPU),mpc85xx) OBJS += cpu/$(CPU)/resetvec.o endif -ifeq ($(CPU),mpc86xx) -OBJS += cpu/$(CPU)/resetvec.o -endif ifeq ($(CPU),bf533) OBJS += cpu/$(CPU)/start1.o cpu/$(CPU)/interrupt.o cpu/$(CPU)/cache.o OBJS += cpu/$(CPU)/flush.o cpu/$(CPU)/init_sdram.o |