crt0: init correctly as3525v2

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24853 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-02-22 08:28:58 +00:00
parent f1782602d0
commit 9db0e78ac0

View file

@ -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