summaryrefslogtreecommitdiffstats
path: root/cpu/arm1136
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-31 12:44:43 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:53 +0200
commit61cf851b09cf8b67009ec11fc47c16add6b142a5 (patch)
tree812d8d08e290c034743a2e659a2ba17a2823b6a5 /cpu/arm1136
parent9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32 (diff)
downloadblackbird-obmc-uboot-61cf851b09cf8b67009ec11fc47c16add6b142a5.tar.gz
blackbird-obmc-uboot-61cf851b09cf8b67009ec11fc47c16add6b142a5.zip
omap24xx: rename reset file
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm1136')
-rw-r--r--cpu/arm1136/omap24xx/Makefile2
-rw-r--r--cpu/arm1136/omap24xx/reset.S (renamed from cpu/arm1136/omap24xx/start.S)0
2 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm1136/omap24xx/Makefile b/cpu/arm1136/omap24xx/Makefile
index 2a79d9bbba..48dc7e3283 100644
--- a/cpu/arm1136/omap24xx/Makefile
+++ b/cpu/arm1136/omap24xx/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-SOBJS = start.o
+SOBJS = reset.o
COBJS = timer.o
diff --git a/cpu/arm1136/omap24xx/start.S b/cpu/arm1136/omap24xx/reset.S
index 5f8343fe62..5f8343fe62 100644
--- a/cpu/arm1136/omap24xx/start.S
+++ b/cpu/arm1136/omap24xx/reset.S
OpenPOWER on IntegriCloud