From d6924e820fd7e1b461081de0ac9f820129769e79 Mon Sep 17 00:00:00 2001 From: Warren Turkal Date: Sun, 26 Sep 2010 15:18:21 +0000 Subject: [PATCH] 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5853 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_106cx/Kconfig | 2 +- src/mainboard/intel/d945gclf/Kconfig | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig index 34092ce20c..09449cb2dc 100644 --- a/src/cpu/intel/model_106cx/Kconfig +++ b/src/cpu/intel/model_106cx/Kconfig @@ -1,4 +1,4 @@ -config CPU_INTEL_ATOM_230 +config CPU_INTEL_MODEL_106CX bool select SMP select SSE2 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