diff options
author | Warren Turkal <wt@penguintechs.org> | 2010-09-26 15:18:21 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-26 15:18:21 +0000 |
commit | d6924e820fd7e1b461081de0ac9f820129769e79 (patch) | |
tree | 947677d32fa9ba8aede951d1b819c7b55ee92962 /src/mainboard | |
parent | 64b26009a1303dab9da4d118c19c22f3992830be (diff) |
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
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/intel/d945gclf/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/d945gclf/Kconfig b/src/mainboard/intel/d945gclf/Kconfig index f1ec575c8b..ac8624482b 100644 --- a/src/mainboard/intel/d945gclf/Kconfig +++ b/src/mainboard/intel/d945gclf/Kconfig @@ -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 |