diff --git a/lib_blackfin/Makefile b/lib_blackfin/Makefile index 3f69770d678fd15bdb4be0f96091a4640b89d3bd..fee0fdaca3601c6c1bd3cc4de5be94cc0f8b46ad 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 2954ce6ce718f9265160739a922d8dc2cd0e80eb..47e27de3057cc67bad7091e18d934364080237cf 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. *