mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-14 21:00:36 -05:00
0x02400000 to 0x02800000 non cacheable
This commit is contained in:
parent
2081a79cc6
commit
38989ba9fe
|
|
@ -98,9 +98,9 @@ _start:
|
|||
mcr p15, 0, r0, c6, c6, 0
|
||||
|
||||
@-------------------------------------------------------------------------
|
||||
@ Region 7 - IPC
|
||||
@ Region 7 - non cacheable main ram
|
||||
@-------------------------------------------------------------------------
|
||||
ldr r0,=( PAGE_4K | 0x027FF000 | 1)
|
||||
ldr r0,=( PAGE_4M | 0x02400000 | 1)
|
||||
mcr p15, 0, r0, c6, c7, 0
|
||||
|
||||
@-------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user