[U-Boot] [PATCH] omap24xx: rename reset file
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri May 22 18:03:22 CEST 2009
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
cpu/arm1136/omap24xx/Makefile | 2 +-
cpu/arm1136/omap24xx/{start.S => reset.S} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename cpu/arm1136/omap24xx/{start.S => reset.S} (100%)
diff --git a/cpu/arm1136/omap24xx/Makefile b/cpu/arm1136/omap24xx/Makefile
index 2a79d9b..48dc7e3 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
--
1.6.2.4
More information about the U-Boot
mailing list