summaryrefslogtreecommitdiff
path: root/cpu/pxa/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/pxa/start.S')
-rw-r--r--cpu/pxa/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/pxa/start.S b/cpu/pxa/start.S
index d74f41ff38..da753a18da 100644
--- a/cpu/pxa/start.S
+++ b/cpu/pxa/start.S
@@ -218,10 +218,10 @@ setspeed_done:
/*
* before relocating, we have to setup RAM timing
* because memory timing is board-dependend, you will
- * find a memsetup.S in your board directory.
+ * find a lowlevel_init.S in your board directory.
*/
mov ip, lr
- bl memsetup
+ bl lowlevel_init
mov lr, ip
/* Memory interfaces are working. Disable MMU and enable I-cache. */