Move "select CACHE_AS_RAM" lines from boards into CPU socket.

All K8/Fam10h boards use CAR, so move the "select CACHE_AS_RAM"
into the socket directories, and remove it from the individual boards.

Do the same for Intel CPUs/sockets where all boards use CAR.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coreboot.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6151 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2010-12-08 08:22:04 +00:00
parent 8301d8348a
commit d351925446
57 changed files with 11 additions and 46 deletions

View File

@@ -3,3 +3,4 @@ config CPU_INTEL_SOCKET_MFCBGA479
select CPU_INTEL_MODEL_6BX
select MMX
select SSE
select CACHE_AS_RAM

View File

@@ -1,2 +1,3 @@
config CPU_INTEL_SOCKET_MFCPGA478
bool
select CACHE_AS_RAM

View File

@@ -6,3 +6,4 @@ config CPU_INTEL_SOCKET_MPGA479M
select CPU_INTEL_MODEL_F2X
select MMX
select SSE
select CACHE_AS_RAM