diff options
Diffstat (limited to 'lib_arm')
-rw-r--r-- | lib_arm/Makefile | 2 | ||||
-rw-r--r-- | lib_arm/bootm.c (renamed from lib_arm/armlinux.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib_arm/Makefile b/lib_arm/Makefile index 037c475f8bb..aa9bee75cc8 100644 --- a/lib_arm/Makefile +++ b/lib_arm/Makefile @@ -27,7 +27,7 @@ LIB = $(obj)lib$(ARCH).a SOBJS = _ashldi3.o _ashrdi3.o _divsi3.o _modsi3.o _udivsi3.o _umodsi3.o -COBJS = armlinux.o board.o \ +COBJS = bootm.o board.o \ cache.o div0.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) diff --git a/lib_arm/armlinux.c b/lib_arm/bootm.c index 4f9aae613e8..4f9aae613e8 100644 --- a/lib_arm/armlinux.c +++ b/lib_arm/bootm.c |