From patchwork Sun Sep 26 08:35:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Normalize the config option for the Intel Atom CPU. Date: Sun, 26 Sep 2010 08:35:47 -0000 From: Warren Turkal X-Patchwork-Id: 1981 Message-Id: <1285490147-1659-2-git-send-email-wt@penguintechs.org> To: coreboot@coreboot.org Cc: Warren Turkal , Stefan Reinauer Signed-off-by: Warren Turkal --- src/cpu/intel/model_106cx/Kconfig | 2 +- src/mainboard/intel/d945gclf/Kconfig | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig index 34092ce..09449cb 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 f1ec575..ac86244 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