]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 3f69770d678fd15bdb4be0f96091a4640b89d3bd..fee0fdaca3601c6c1bd3cc4de5be94cc0f8b46ad 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 2954ce6ce718f9265160739a922d8dc2cd0e80eb..47e27de3057cc67bad7091e18d934364080237cf 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.
  *