summaryrefslogtreecommitdiffstats
path: root/lib_blackfin
diff options
context:
space:
mode:
Diffstat (limited to 'lib_blackfin')
-rw-r--r--lib_blackfin/Makefile2
-rw-r--r--lib_blackfin/bootm.c (renamed from lib_blackfin/bf533_linux.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib_blackfin/Makefile b/lib_blackfin/Makefile
index a7aaef7a3c..ac3fb28553 100644
--- a/lib_blackfin/Makefile
+++ b/lib_blackfin/Makefile
@@ -31,7 +31,7 @@ LIB = $(obj)lib$(ARCH).a
SOBJS = memcpy.o memcmp.o memset.o memmove.o
-COBJS = post.o tests.o board.o bf533_linux.o bf533_string.o cache.o muldi3.o
+COBJS = post.o tests.o board.o bootm.o bf533_string.o cache.o muldi3.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
diff --git a/lib_blackfin/bf533_linux.c b/lib_blackfin/bootm.c
index 6299415b11..6299415b11 100644
--- a/lib_blackfin/bf533_linux.c
+++ b/lib_blackfin/bootm.c
OpenPOWER on IntegriCloud