diff options
Diffstat (limited to 'board/trab')
-rw-r--r-- | board/trab/Makefile | 2 | ||||
-rw-r--r-- | board/trab/lowlevel_init.S (renamed from board/trab/memsetup.S) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/trab/Makefile b/board/trab/Makefile index 4e6e9d68cb..ced9bc5bc8 100644 --- a/board/trab/Makefile +++ b/board/trab/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := trab.o flash.o vfd.o cmd_trab.o memory.o tsc2000.o auto_update.o -SOBJS := memsetup.o +SOBJS := lowlevel_init.o gcclibdir := $(shell dirname `$(CC) -print-libgcc-file-name`) diff --git a/board/trab/memsetup.S b/board/trab/lowlevel_init.S index c93dff6706..128ae7e4aa 100644 --- a/board/trab/memsetup.S +++ b/board/trab/lowlevel_init.S @@ -140,8 +140,8 @@ _TEXT_BASE: .word TEXT_BASE -.globl memsetup -memsetup: +.globl lowlevel_init +lowlevel_init: /* memory control configuration */ /* make r0 relative the current location so that it */ /* reads SMRDATA out of FLASH rather than memory ! */ |