diff options
Diffstat (limited to 'cpu/at91rm9200/start.S')
-rw-r--r-- | cpu/at91rm9200/start.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/at91rm9200/start.S b/cpu/at91rm9200/start.S index 1881ab1..89a0aa5 100644 --- a/cpu/at91rm9200/start.S +++ b/cpu/at91rm9200/start.S @@ -124,9 +124,9 @@ reset: /**** mov sp, r1 ****/ /* * This does a lot more than just set up the memory, which - * is why it's called lowlevelinit + * is why it's called lowlevel_init */ - bl lowlevelinit /* in lowlevel.S */ + bl lowlevel_init /* in lowlevel.S */ /* * Read/modify/write CP15 control register |