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 <stepan@coresystems.de>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5755 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-08-30 16:52:48 +00:00 committed by Stefan Reinauer
parent 9a684fcb0f
commit 849498d447
1 changed files with 9 additions and 1 deletions

View File

@ -7,7 +7,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select NORTHBRIDGE_INTEL_I3100 select NORTHBRIDGE_INTEL_I3100
select SOUTHBRIDGE_INTEL_I3100 select SOUTHBRIDGE_INTEL_I3100
select SUPERIO_INTEL_I3100 select SUPERIO_INTEL_I3100
select ROMCC select USE_DCACHE_RAM
select HAVE_HARD_RESET select HAVE_HARD_RESET
select HAVE_PIRQ_TABLE select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE select HAVE_MP_TABLE
@ -34,6 +34,14 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
hex hex
default 0x2680 default 0x2680
config DCACHE_RAM_BASE
hex
default 0xffdf8000
config DCACHE_RAM_SIZE
hex
default 0x8000
config MAX_CPUS config MAX_CPUS
int int
default 4 default 4