blob: 4dd5a6052825cb9bc0d85fe9a054d5a51195cf6f [file] [log] [blame]
Kyösti Mälkkie13632a2012-02-10 13:32:13 +02001config CPU_INTEL_SOCKET_BGA956
2 bool
3 select CPU_INTEL_MODEL_1067X
Patrick Georgibf10bc32012-11-01 15:32:32 +01004 select MMX
5 select SSE
6
7if CPU_INTEL_SOCKET_BGA956
8
9config DCACHE_RAM_BASE
10 hex
11 default 0xffaf8000
12
13config DCACHE_RAM_SIZE
14 hex
15 default 0x8000
16
17endif