diff options
Diffstat (limited to 'board/lpd7a40x')
-rw-r--r-- | board/lpd7a40x/Makefile | 2 | ||||
-rw-r--r-- | board/lpd7a40x/lowlevel_init.S (renamed from board/lpd7a40x/memsetup.S) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/lpd7a40x/Makefile b/board/lpd7a40x/Makefile index f0999d1..ebe14df 100644 --- a/board/lpd7a40x/Makefile +++ b/board/lpd7a40x/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := lpd7a40x.o flash.o -SOBJS := memsetup.o +SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS) diff --git a/board/lpd7a40x/memsetup.S b/board/lpd7a40x/lowlevel_init.S index d4e6c6a..b3ed55c 100644 --- a/board/lpd7a40x/memsetup.S +++ b/board/lpd7a40x/lowlevel_init.S @@ -131,8 +131,8 @@ _TEXT_BASE: .word TEXT_BASE -.globl memsetup -memsetup: +.globl lowlevel_init +lowlevel_init: mov r9, lr @ save return address /* memory control configuration */ |