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:
parent
64b26009a1
commit
d6924e820f
|
@ -1,4 +1,4 @@
|
||||||
config CPU_INTEL_ATOM_230
|
config CPU_INTEL_MODEL_106CX
|
||||||
bool
|
bool
|
||||||
select SMP
|
select SMP
|
||||||
select SSE2
|
select SSE2
|
||||||
|
|
|
@ -21,7 +21,6 @@ if BOARD_INTEL_D945GCLF
|
||||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
select ARCH_X86
|
select ARCH_X86
|
||||||
select CPU_INTEL_ATOM_230
|
|
||||||
select CPU_INTEL_SOCKET_441
|
select CPU_INTEL_SOCKET_441
|
||||||
select NORTHBRIDGE_INTEL_I945
|
select NORTHBRIDGE_INTEL_I945
|
||||||
select SOUTHBRIDGE_INTEL_I82801GX
|
select SOUTHBRIDGE_INTEL_I82801GX
|
||||||
|
|
Loading…
Reference in New Issue