summaryrefslogtreecommitdiff
path: root/cpu/mips/start.S
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-02 23:52:25 (GMT)
committerwdenk <wdenk>2005-04-02 23:52:25 (GMT)
commit400558b561e2bdb47f87b96b3510dda0881a3662 (patch)
tree479fa3918e0031a95cdac9468cb8396e1f1a9b60 /cpu/mips/start.S
parent414eec35e3832f4f9ce8a25ace7ead638be1f76f (diff)
downloadu-boot-fsl-qoriq-400558b561e2bdb47f87b96b3510dda0881a3662.tar.xz
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 'cpu/mips/start.S')
-rw-r--r--cpu/mips/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mips/start.S b/cpu/mips/start.S
index 45a90a8..ff105a4 100644
--- a/cpu/mips/start.S
+++ b/cpu/mips/start.S
@@ -243,7 +243,7 @@ reset:
/* Initialize any external memory.
*/
- bal memsetup
+ bal lowlevel_init
nop
/* Initialize caches...