summaryrefslogtreecommitdiffstats
path: root/board/lpd7a40x
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-02 23:52:25 +0000
committerwdenk <wdenk>2005-04-02 23:52:25 +0000
commit400558b561e2bdb47f87b96b3510dda0881a3662 (patch)
tree479fa3918e0031a95cdac9468cb8396e1f1a9b60 /board/lpd7a40x
parent414eec35e3832f4f9ce8a25ace7ead638be1f76f (diff)
downloadblackbird-obmc-uboot-400558b561e2bdb47f87b96b3510dda0881a3662.tar.gz
blackbird-obmc-uboot-400558b561e2bdb47f87b96b3510dda0881a3662.zip
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/lpd7a40x')
-rw-r--r--board/lpd7a40x/Makefile2
-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 f0999d1738..ebe14df1b6 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 d4e6c6a0e1..b3ed55ce35 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 */
OpenPOWER on IntegriCloud