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:
@ -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
|
||||
|
Reference in New Issue
Block a user