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:
@ -3,6 +3,7 @@ config CPU_AMD_SOCKET_AM3
|
||||
select CPU_AMD_MODEL_10XXX
|
||||
select HT3_SUPPORT
|
||||
select PCI_IO_CFG_EXT
|
||||
select CACHE_AS_RAM
|
||||
|
||||
config CPU_SOCKET_TYPE
|
||||
hex
|
||||
|
Reference in New Issue
Block a user