diff options
author | Tanya Jiang <tanya.jiang@freescale.com> | 2006-08-03 18:39:49 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2006-11-03 19:42:17 -0600 |
commit | 09a81ff740b29deea1e2ab08a3c2ac136c2e6219 (patch) | |
tree | b067f8d3c1c4896ad7cd49ebc52c5357a77c3527 /Makefile | |
parent | 04f899fc465c3e44f2b55ecc70618f5696fc0ddf (diff) | |
download | u-boot-imx-09a81ff740b29deea1e2ab08a3c2ac136c2e6219.zip u-boot-imx-09a81ff740b29deea1e2ab08a3c2ac136c2e6219.tar.gz u-boot-imx-09a81ff740b29deea1e2ab08a3c2ac136c2e6219.tar.bz2 |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -174,9 +174,6 @@ endif ifeq ($(CPU),ppc4xx) OBJS += cpu/$(CPU)/resetvec.o endif -ifeq ($(CPU),mpc83xx) -OBJS += cpu/$(CPU)/resetvec.o -endif ifeq ($(CPU),mpc85xx) OBJS += cpu/$(CPU)/resetvec.o endif |