summaryrefslogtreecommitdiff
path: root/cpu/arm946es/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm946es/start.S')
-rw-r--r--cpu/arm946es/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm946es/start.S b/cpu/arm946es/start.S
index ef3be8ec9..e8c908bf2 100644
--- a/cpu/arm946es/start.S
+++ b/cpu/arm946es/start.S
@@ -214,7 +214,7 @@ cpu_init_crit:
* Go setup Memory and board specific bits prior to relocation.
*/
mov ip, lr /* perserve link reg across call */
- bl platformsetup /* go setup memory */
+ bl lowlevel_init /* go setup memory */
mov lr, ip /* restore link */
mov pc, lr /* back to my caller */
/*