Blackfin: rename bootm.c to boot.c
authorMike Frysinger <vapier@gentoo.org>
Thu, 7 Aug 2008 19:27:52 +0000 (15:27 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 28 Jan 2009 18:26:10 +0000 (13:26 -0500)
The boot file contains functions for more than just "bootm", so rename it
accordingly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
lib_blackfin/Makefile
lib_blackfin/boot.c [moved from lib_blackfin/bootm.c with 95% similarity]

index 3f69770..fee0fda 100644 (file)
@@ -37,7 +37,7 @@ SOBJS-y       += memmove.o
 SOBJS-y        += memset.o
 
 COBJS-y        += board.o
-COBJS-y        += bootm.o
+COBJS-y        += boot.o
 COBJS-y        += cache.o
 COBJS-y        += muldi3.o
 COBJS-y        += post.o
similarity index 95%
rename from lib_blackfin/bootm.c
rename to lib_blackfin/boot.c
index 2954ce6..47e27de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * U-boot - bootm.c - misc boot helper functions
+ * U-boot - boot.c - misc boot helper functions
  *
  * Copyright (c) 2005-2008 Analog Devices Inc.
  *