Move VIA C7 board CAR config to VIA C7 instead of boards.

This change is somewhat dangerous as it enables CAR for some boards that
it was not enabled for before.

Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Warren Turkal 2010-09-30 03:13:21 +00:00
parent afbf072f35
commit 7a59a44e17
2 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,14 @@
config CPU_VIA_C7
bool
if CPU_VIA_C7
config CPU_SPECFIC_OPTIONS
def_bool y
select UDELAY_TSC
select MMX
select SSE2
select CACHE_AS_RAM
config DCACHE_RAM_BASE
hex
@ -14,4 +20,4 @@ config DCACHE_RAM_SIZE
default 0x8000
depends on CPU_VIA_C7
endif # CPU_VIA_C7

View File

@ -14,7 +14,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select HAVE_HARD_RESET
select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_512
select CACHE_AS_RAM
select TINY_BOOTBLOCK
config MAINBOARD_DIR