summaryrefslogtreecommitdiffstats
path: root/board/gcplus
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/gcplus
parent414eec35e3832f4f9ce8a25ace7ead638be1f76f (diff)
downloadtalos-obmc-uboot-400558b561e2bdb47f87b96b3510dda0881a3662.tar.gz
talos-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/gcplus')
-rw-r--r--board/gcplus/Makefile2
-rw-r--r--board/gcplus/lowlevel_init.S (renamed from board/gcplus/memsetup.S)6
2 files changed, 4 insertions, 4 deletions
diff --git a/board/gcplus/Makefile b/board/gcplus/Makefile
index d0f7d1cffa..1954d661c3 100644
--- a/board/gcplus/Makefile
+++ b/board/gcplus/Makefile
@@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := gcplus.o flash.o
-SOBJS := memsetup.o
+SOBJS := lowlevel_init.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS) $(SOBJS)
diff --git a/board/gcplus/memsetup.S b/board/gcplus/lowlevel_init.S
index 02f5685824..f292c4d28a 100644
--- a/board/gcplus/memsetup.S
+++ b/board/gcplus/lowlevel_init.S
@@ -29,11 +29,11 @@
#include "version.h"
- .globl memsetup
-memsetup:
+ .globl lowlevel_init
+lowlevel_init:
/* The ADS GC+ for Linux Boot Rom Ver. 1.73 does memory init for us.
* However the darn thing leaves the MMU enabled before handing control
- * over to us. So we need to disable the MMU and we use memsetup
+ * over to us. So we need to disable the MMU and we use lowlevel_init
* to do it.
*/
OpenPOWER on IntegriCloud