0x02400000 to 0x02800000 non cacheable

This commit is contained in:
Dave Murphy 2005-07-12 07:58:26 +00:00
parent 2081a79cc6
commit 38989ba9fe

View File

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