Normalize the config option for the Intel Atom CPU.

All Intel CPU models appear to be identified with the form
INTEL_CPU_MODEL_xxxxx. I haved changed the Atom to fit this normal form.

A side effect is that the CPU doesn't need to be listed on the boards
that support it since the socket identifies the CPUs it supports.

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



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5853 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Warren Turkal 2010-09-26 15:18:21 +00:00 committed by Stefan Reinauer
parent 64b26009a1
commit d6924e820f
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
config CPU_INTEL_ATOM_230
config CPU_INTEL_MODEL_106CX
bool
select SMP
select SSE2

View File

@ -21,7 +21,6 @@ if BOARD_INTEL_D945GCLF
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select ARCH_X86
select CPU_INTEL_ATOM_230
select CPU_INTEL_SOCKET_441
select NORTHBRIDGE_INTEL_I945
select SOUTHBRIDGE_INTEL_I82801GX