Skip to content
Snippets Groups Projects
Commit 986ef434 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Use the same name (lowlevel_init) for all (ARM) boards

parent ba83a307
No related branches found
No related tags found
No related merge requests found
...@@ -74,8 +74,8 @@ _MTEXT_BASE: ...@@ -74,8 +74,8 @@ _MTEXT_BASE:
.word TEXT_BASE .word TEXT_BASE
#endif #endif
.globl lowlevelinit .globl lowlevel_init
lowlevelinit: lowlevel_init:
/* Get the CKGR Base Address */ /* Get the CKGR Base Address */
ldr r1, =AT91C_BASE_CKGR ldr r1, =AT91C_BASE_CKGR
/* Main oscillator Enable register */ /* Main oscillator Enable register */
......
...@@ -124,9 +124,9 @@ reset: ...@@ -124,9 +124,9 @@ reset:
/**** mov sp, r1 ****/ /**** mov sp, r1 ****/
/* /*
* This does a lot more than just set up the memory, which * 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 * Read/modify/write CP15 control register
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment