summaryrefslogtreecommitdiff
path: root/src/cpu/ppc/mpc74xx
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-11-15 15:16:09 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-11-15 15:16:09 +0000
commitb3883f393ec9e06f5afa4a7c24c87a8791e2b459 (patch)
tree3397cbed873c6ca1779c28c48c7a38f4ab07e981 /src/cpu/ppc/mpc74xx
parentc1556ac427e14f9275da6526a621bb07546609b9 (diff)
downloadcoreboot-b3883f393ec9e06f5afa4a7c24c87a8791e2b459.tar.xz
cache is 32Kb
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1282 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/ppc/mpc74xx')
-rw-r--r--src/cpu/ppc/mpc74xx/Config.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/ppc/mpc74xx/Config.lb b/src/cpu/ppc/mpc74xx/Config.lb
index ad0d5ac671..20a4875331 100644
--- a/src/cpu/ppc/mpc74xx/Config.lb
+++ b/src/cpu/ppc/mpc74xx/Config.lb
@@ -12,8 +12,8 @@ uses DCACHE_RAM_SIZE
default USE_DCACHE_RAM=1
## Set dcache ram above linuxbios image
default DCACHE_RAM_BASE=_RAMBASE+0x100000
-## Dcache size is 16Kb
-default DCACHE_RAM_SIZE=16384
+## Dcache size is 32Kb
+default DCACHE_RAM_SIZE=0x8000
initinclude "FAMILY_INIT" cpu/ppc/mpc74xx/mpc74xx.inc
object clock.o