From 7162cf7278f1489cbe4b56a7fb95b713735387d9 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 2 Nov 2007 12:54:49 +0000 Subject: fix up iwill board compilation. Untested, trivial Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2930 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/iwill/dk8x/Options.lb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/mainboard/iwill/dk8x/Options.lb') diff --git a/src/mainboard/iwill/dk8x/Options.lb b/src/mainboard/iwill/dk8x/Options.lb index 60e2075556..0ee152b381 100644 --- a/src/mainboard/iwill/dk8x/Options.lb +++ b/src/mainboard/iwill/dk8x/Options.lb @@ -48,7 +48,9 @@ uses CROSS_COMPILE uses CC uses HOSTCC uses OBJCOPY - +uses USE_DCACHE_RAM +uses DCACHE_RAM_BASE +uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT ## ROM_SIZE is the size of boot ROM that this board will use. @@ -110,6 +112,14 @@ default CONFIG_MAX_PHYSICAL_CPUS=2 ## default CONFIG_IOAPIC=1 +## +## enable CACHE_AS_RAM specifics +## +default USE_DCACHE_RAM=1 +default DCACHE_RAM_BASE=0xcf000 +default DCACHE_RAM_SIZE=0x1000 +default CONFIG_USE_INIT=0 + ## ## Clean up the motherboard id strings ## -- cgit v1.2.3