diff options
Diffstat (limited to 'board/mx1fs2')
-rw-r--r-- | board/mx1fs2/Makefile | 2 | ||||
-rw-r--r-- | board/mx1fs2/lowlevel_init.S (renamed from board/mx1fs2/memsetup.S) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/mx1fs2/Makefile b/board/mx1fs2/Makefile index 86aef5c3da..9e3bca14cd 100644 --- a/board/mx1fs2/Makefile +++ b/board/mx1fs2/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := mx1fs2.o flash.o -SOBJS := memsetup.o +SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^ diff --git a/board/mx1fs2/memsetup.S b/board/mx1fs2/lowlevel_init.S index 5ec751b73d..8211beb3f8 100644 --- a/board/mx1fs2/memsetup.S +++ b/board/mx1fs2/lowlevel_init.S @@ -22,8 +22,8 @@ #include <version.h> #include <asm/arch/imx-regs.h> -.globl memsetup -memsetup: +.globl lowlevel_init +lowlevel_init: mov r10, lr |