diff options
author | wdenk <wdenk> | 2005-04-04 12:36:04 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-04 12:36:04 +0000 |
commit | 986ef4340e73c6912a26e0c165c9966ab98618d4 (patch) | |
tree | 64db74541e4c809a58643f39ad2aed1008893927 /cpu/at91rm9200/lowlevel.S | |
parent | ba83a3076523be79e85fd07433f8b3f361e6428b (diff) | |
download | u-boot-imx-986ef4340e73c6912a26e0c165c9966ab98618d4.zip u-boot-imx-986ef4340e73c6912a26e0c165c9966ab98618d4.tar.gz u-boot-imx-986ef4340e73c6912a26e0c165c9966ab98618d4.tar.bz2 |
Use the same name (lowlevel_init) for all (ARM) boards
Diffstat (limited to 'cpu/at91rm9200/lowlevel.S')
-rw-r--r-- | cpu/at91rm9200/lowlevel.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/at91rm9200/lowlevel.S b/cpu/at91rm9200/lowlevel.S index c8af7a6..5521e5d 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 */ |