From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 31 May 2009 10:44:43 +0000 (+0200) Subject: omap24xx: rename reset file X-Git-Tag: v2009.08-rc1~153^2~77 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=61cf851b09cf8b67009ec11fc47c16add6b142a5;p=karo-tx-uboot.git omap24xx: rename reset file Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- 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 similarity index 100% rename from cpu/arm1136/omap24xx/start.S rename to cpu/arm1136/omap24xx/reset.S