mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-10 19:45:15 -05:00
*** empty log message ***
This commit is contained in:
@@ -44,6 +44,13 @@ _start:
|
||||
mov r0, #0x04000000 @ IME = 0;
|
||||
str r0, [r0, #0x208]
|
||||
|
||||
@---------------------------------------------------------------------------------
|
||||
@ turn the power on for M3
|
||||
@---------------------------------------------------------------------------------
|
||||
ldr r1, =0x8203
|
||||
add r0,r0,#0x304
|
||||
strh r1, [r0]
|
||||
|
||||
ldr r1, =0x00002078 @ disable DTCM and protection unit
|
||||
mcr p15, 0, r1, c1, c0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user