mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
crt0: init correctly as3525v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24853 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f1782602d0
commit
9db0e78ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ _vectorsend:
|
||||||
newstart:
|
newstart:
|
||||||
msr cpsr_c, #0xd3 /* enter supervisor mode, disable IRQ/FIQ */
|
msr cpsr_c, #0xd3 /* enter supervisor mode, disable IRQ/FIQ */
|
||||||
|
|
||||||
#if CONFIG_CPU==AS3525 && !defined(BOOTLOADER)
|
#if (CONFIG_CPU==AS3525 || CONFIG_CPU==AS3525v2) && !defined(BOOTLOADER)
|
||||||
/* Setup MMU : has to be done before accessing IRAM ! */
|
/* Setup MMU : has to be done before accessing IRAM ! */
|
||||||
bl memory_init
|
bl memory_init
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue