summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-04 12:36:04 +0000
committerwdenk <wdenk>2005-04-04 12:36:04 +0000
commit986ef4340e73c6912a26e0c165c9966ab98618d4 (patch)
tree64db74541e4c809a58643f39ad2aed1008893927
parentba83a3076523be79e85fd07433f8b3f361e6428b (diff)
Use the same name (lowlevel_init) for all (ARM) boards
-rw-r--r--cpu/at91rm9200/lowlevel.S4
-rw-r--r--cpu/at91rm9200/start.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/cpu/at91rm9200/lowlevel.S b/cpu/at91rm9200/lowlevel.S
index c8af7a602a..5521e5d3cc 100644
--- a/cpu/at91rm9200/lowlevel.S
+++ b/cpu/at91rm9200/lowlevel.S
@@ -74,8 +74,8 @@ _MTEXT_BASE:
.word TEXT_BASE
#endif
-.globl lowlevelinit
-lowlevelinit:
+.globl lowlevel_init
+lowlevel_init:
/* Get the CKGR Base Address */
ldr r1, =AT91C_BASE_CKGR
/* Main oscillator Enable register */
diff --git a/cpu/at91rm9200/start.S b/cpu/at91rm9200/start.S
index 1881ab1990..89a0aa5dcb 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