cache is 32Kb

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1282 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-11-15 15:16:09 +00:00
parent c1556ac427
commit b3883f393e
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ uses DCACHE_RAM_SIZE
default USE_DCACHE_RAM=1 default USE_DCACHE_RAM=1
## Set dcache ram above linuxbios image ## Set dcache ram above linuxbios image
default DCACHE_RAM_BASE=_RAMBASE+0x100000 default DCACHE_RAM_BASE=_RAMBASE+0x100000
## Dcache size is 16Kb ## Dcache size is 32Kb
default DCACHE_RAM_SIZE=16384 default DCACHE_RAM_SIZE=0x8000
initinclude "FAMILY_INIT" cpu/ppc/mpc74xx/mpc74xx.inc initinclude "FAMILY_INIT" cpu/ppc/mpc74xx/mpc74xx.inc
object clock.o object clock.o