From be167e79cf23bfc530c6973a7879a2451c28e422 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Wed, 21 Apr 2004 22:13:46 +0000 Subject: i like ori better git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1520 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/ppc/ppc4xx/ppc4xx.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/ppc/ppc4xx/ppc4xx.inc') diff --git a/src/cpu/ppc/ppc4xx/ppc4xx.inc b/src/cpu/ppc/ppc4xx/ppc4xx.inc index eea497734e..b6c072fdfd 100644 --- a/src/cpu/ppc/ppc4xx/ppc4xx.inc +++ b/src/cpu/ppc/ppc4xx/ppc4xx.inc @@ -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 -- cgit v1.2.3