summaryrefslogtreecommitdiff
path: root/cpu/arm925t/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm925t/start.S')
-rw-r--r--cpu/arm925t/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm925t/start.S b/cpu/arm925t/start.S
index 238925936e..acd77426d3 100644
--- a/cpu/arm925t/start.S
+++ b/cpu/arm925t/start.S
@@ -246,7 +246,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 pll,mux,memory */
+ bl lowlevel_init /* go setup pll,mux,memory */
mov lr, ip /* restore link */
mov pc, lr /* back to my caller */
/*