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/dbau1x00 | |
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/dbau1x00')
-rw-r--r-- | board/dbau1x00/Makefile | 2 | ||||
-rw-r--r-- | board/dbau1x00/lowlevel_init.S (renamed from board/dbau1x00/memsetup.S) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/dbau1x00/Makefile b/board/dbau1x00/Makefile index d1cdc6b9244..d9b0e2d258a 100644 --- a/board/dbau1x00/Makefile +++ b/board/dbau1x00/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS = $(BOARD).o flash.o -SOBJS = memsetup.o +SOBJS = lowlevel_init.o $(LIB): .depend $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS) diff --git a/board/dbau1x00/memsetup.S b/board/dbau1x00/lowlevel_init.S index c96d8a50996..7afd5840c86 100644 --- a/board/dbau1x00/memsetup.S +++ b/board/dbau1x00/lowlevel_init.S @@ -16,8 +16,8 @@ .set noreorder .set mips32 - .globl memsetup -memsetup: + .globl lowlevel_init +lowlevel_init: /* * Step 1) Establish CPU endian mode. * Db1500-specific: |