summaryrefslogtreecommitdiff
path: root/board/xm250
diff options
context:
space:
mode:
Diffstat (limited to 'board/xm250')
-rw-r--r--board/xm250/Makefile2
-rw-r--r--board/xm250/lowlevel_init.S (renamed from board/xm250/memsetup.S)6
2 files changed, 4 insertions, 4 deletions
diff --git a/board/xm250/Makefile b/board/xm250/Makefile
index 3572f7268..1b0a3f017 100644
--- a/board/xm250/Makefile
+++ b/board/xm250/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := xm250.o flash.o
-SOBJS := memsetup.o
+SOBJS := lowlevel_init.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $^
diff --git a/board/xm250/memsetup.S b/board/xm250/lowlevel_init.S
index f68e84339..2ebd39554 100644
--- a/board/xm250/memsetup.S
+++ b/board/xm250/lowlevel_init.S
@@ -43,8 +43,8 @@ DRAM_SIZE: .long CFG_DRAM_SIZE
.endm
*/
-.globl memsetup
-memsetup:
+.globl lowlevel_init
+lowlevel_init:
mov r10, lr
@@ -516,4 +516,4 @@ mem_init:
mov pc, r10
-@ End memsetup
+@ End lowlevel_init