cache.c
[coreboot.git] / src / cpu / ppc / mpc74xx / Config.lb
index ad0d5ac67137dd018527dc77865b19f43835f437..3c74233845645c60e3fb344466f6e77adea60df8 100644 (file)
@@ -12,10 +12,11 @@ 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
 initobject clock.o
+initobject cache.o