i like ori better

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1520 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2004-04-21 22:13:46 +00:00
parent f955af80d9
commit be167e79cf
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
*/
lis r4,0x8000
addi r4,r4,0x0001
ori r4,r4,0x0001
mticcr r4 /* instruction cache enable */
isync
@ -102,7 +102,7 @@
*/
lis r4, DCACHE_RAM_BASE@ha
addi r4, r4, DCACHE_RAM_BASE@l
ori r4, r4, DCACHE_RAM_BASE@l
srwi r4, r4, 27
subfic r4, r4, 31
li r0, 1