summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2008-12-07 10:28:58 +1100
committerWolfgang Denk <wd@denx.de>2009-01-24 01:06:25 +0100
commit85ffbbd51914925a542d8528be7f072e5ab02157 (patch)
tree22ad4c17303a03fd011f1e27e47e950005c4a83d /Makefile
parenta3f4c123f569474e80ea012b8db0de46afdb6443 (diff)
downloadblackbird-obmc-uboot-85ffbbd51914925a542d8528be7f072e5ab02157.tar.gz
blackbird-obmc-uboot-85ffbbd51914925a542d8528be7f072e5ab02157.zip
Renamed cpu/i386/reset.S to resetvec.S
Brings i386 in line with other CPUs with a reset vector and frees up reset.c for CPU reset functions Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b992521003..b859bcbd0d 100644
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ include $(TOPDIR)/config.mk
OBJS = cpu/$(CPU)/start.o
ifeq ($(CPU),i386)
OBJS += cpu/$(CPU)/start16.o
-OBJS += cpu/$(CPU)/reset.o
+OBJS += cpu/$(CPU)/resetvec.o
endif
ifeq ($(CPU),ppc4xx)
OBJS += cpu/$(CPU)/resetvec.o
OpenPOWER on IntegriCloud