diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-06-05 13:29:00 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-06-05 13:29:00 -0500 |
commit | ac0e8d08a18881a37aeff72dfa86aa0360542ad2 (patch) | |
tree | c284cebdbfd92ae46c5a9371fbe84d4db8c9fcd6 /Makefile | |
parent | 3423c44afa70aed6719fc39d4064ae2e67da42eb (diff) | |
parent | 32922cdc470fdfd39bea0c1c4f582d3fb340421e (diff) | |
download | u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.zip u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.tar.gz u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.tar.bz2 |
Merge branch 'mpc8641'
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 |