From 849498d4471003ff959e0151828abfe9a7be4621 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 30 Aug 2010 16:52:48 +0000 Subject: Fix intel mtarvon compilation by switching it over to CAR. This should be unproblematic, as there are other boards with the same "socket" that work with CAR already. Tests are highly appreciated though! Acked-by: Stefan Reinauer Signed-off-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5755 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/intel/mtarvon/Kconfig | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/mainboard/intel') diff --git a/src/mainboard/intel/mtarvon/Kconfig b/src/mainboard/intel/mtarvon/Kconfig index 75cab8f23b..065d6d9de6 100644 --- a/src/mainboard/intel/mtarvon/Kconfig +++ b/src/mainboard/intel/mtarvon/Kconfig @@ -7,7 +7,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select NORTHBRIDGE_INTEL_I3100 select SOUTHBRIDGE_INTEL_I3100 select SUPERIO_INTEL_I3100 - select ROMCC + select USE_DCACHE_RAM select HAVE_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE @@ -34,6 +34,14 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex default 0x2680 +config DCACHE_RAM_BASE + hex + default 0xffdf8000 + +config DCACHE_RAM_SIZE + hex + default 0x8000 + config MAX_CPUS int default 4 -- cgit v1.2.3