summaryrefslogtreecommitdiffstats
path: root/lib_blackfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-08-07 15:27:52 -0400
committerMike Frysinger <vapier@gentoo.org>2009-01-28 13:26:10 -0500
commit81b799add709177e838466461f7b9989488b0fd5 (patch)
treea79fd45504c4001c5eaa5995a1f30a182ab9dd75 /lib_blackfin
parentd7ca7dd5bfc418ac173e9d2712f6cc2d8147a091 (diff)
downloadtalos-obmc-uboot-81b799add709177e838466461f7b9989488b0fd5.tar.gz
talos-obmc-uboot-81b799add709177e838466461f7b9989488b0fd5.zip
Blackfin: rename bootm.c to boot.c
The boot file contains functions for more than just "bootm", so rename it accordingly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_blackfin')
-rw-r--r--lib_blackfin/Makefile2
-rw-r--r--lib_blackfin/boot.c (renamed from lib_blackfin/bootm.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib_blackfin/Makefile b/lib_blackfin/Makefile
index 3f69770d67..fee0fdaca3 100644
--- a/lib_blackfin/Makefile
+++ b/lib_blackfin/Makefile
@@ -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
diff --git a/lib_blackfin/bootm.c b/lib_blackfin/boot.c
index 2954ce6ce7..47e27de305 100644
--- a/lib_blackfin/bootm.c
+++ b/lib_blackfin/boot.c
@@ -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.
*
OpenPOWER on IntegriCloud