1
0
Fork 0
forked from len0rd/rockbox

s3c2440: fix a typo, 4|1 == 5, not 0x41

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-04-13 22:01:17 +00:00
parent d48d3d467d
commit bab1558900

View file

@ -493,7 +493,7 @@ donecopy:
/* Setup the MMU, start by disabling */
mrc p15, 0, r0, c1, c0, 0
bic r0, r0, #0x41 /* disable mmu and dcache */
bic r0, r0, #0x5 /* disable mmu and dcache */
bic r0, r0, #0x1000 /* disable icache */
mcr p15, 0, r0, c1, c0, 0