From: Mike Frysinger Date: Thu, 7 Aug 2008 19:27:52 +0000 (-0400) Subject: Blackfin: rename bootm.c to boot.c X-Git-Tag: v2009.03-rc1~147^2~34 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=81b799add709177e838466461f7b9989488b0fd5 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 --- 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 similarity index 95% rename from lib_blackfin/bootm.c rename to 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. *