Use DTCM for ctrNandWrite's buffer, crt0 changes, reboot patch changes

This commit is contained in:
TuxSH
2017-05-24 19:52:09 +02:00
parent 10f555b6fb
commit d57d8aaae7
5 changed files with 47 additions and 40 deletions

View File

@@ -43,7 +43,7 @@ disableMpuAndJumpToEntrypoints:
mrc p15, 0, r0, c1, c0, 0 @ read control register
bic r0, #(1<<12) @ - instruction cache disable
bic r0, #(1<<2) @ - data cache disable
bic r0, #(1<<0) @ - mpu disable
bic r0, #(1<<0) @ - MPU disable
mcr p15, 0, r0, c1, c0, 0 @ write control register
@ Set the ARM11 entrypoint