diff options
author | wdenk <wdenk> | 2005-04-02 23:52:25 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-02 23:52:25 +0000 |
commit | 400558b561e2bdb47f87b96b3510dda0881a3662 (patch) | |
tree | 479fa3918e0031a95cdac9468cb8396e1f1a9b60 /board/mx1ads | |
parent | 414eec35e3832f4f9ce8a25ace7ead638be1f76f (diff) |
Prepare for SoC rework of ARM code:
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL
- rename memsetup into lowlevel_init (function name and source files)
Diffstat (limited to 'board/mx1ads')
-rw-r--r-- | board/mx1ads/Makefile | 2 | ||||
-rw-r--r-- | board/mx1ads/lowlevel_init.S (renamed from board/mx1ads/memsetup.S) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/board/mx1ads/Makefile b/board/mx1ads/Makefile index 72f850d9cec..3e805feb404 100644 --- a/board/mx1ads/Makefile +++ b/board/mx1ads/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := mx1ads.o syncflash.o -SOBJS := memsetup.o +SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS) diff --git a/board/mx1ads/memsetup.S b/board/mx1ads/lowlevel_init.S index 1b06fa3c4d4..09c260d64dc 100644 --- a/board/mx1ads/memsetup.S +++ b/board/mx1ads/lowlevel_init.S @@ -1,5 +1,5 @@ /* - * board/mx1ads/memsetup.S + * board/mx1ads/lowlevel_init.S * * (c) Copyright 2004 * Techware Information Technology, Inc. @@ -33,8 +33,8 @@ _TEXT_BASE: .word TEXT_BASE -.globl memsetup -memsetup: +.globl lowlevel_init +lowlevel_init: /* memory controller init */ ldr r1, =SDCTL0 |