From a438049422fae85fe4df3ab3f89dbca797d6f5a9 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 17 Sep 2013 22:01:48 -0500 Subject: model_106cx: don't blindly set Kconfig settings The CPU_ADDR_BITS was being unconditionally set. Don't do that. Change-Id: Idbc63328fade8f5f05f7f46282139b86e6694989 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/169711 Reviewed-by: Duncan Laurie (cherry picked from commit 858f96d28d8d0aeffe58e1d4d1d559ad161aab66) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6535 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich Reviewed-by: Edward O'Callaghan --- src/cpu/intel/model_106cx/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cpu/intel/model_106cx') diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig index 456c99d5ea..3b690cf661 100644 --- a/src/cpu/intel/model_106cx/Kconfig +++ b/src/cpu/intel/model_106cx/Kconfig @@ -11,7 +11,10 @@ config CPU_INTEL_MODEL_106CX select TSC_SYNC_MFENCE select SUPPORT_CPU_UCODE_IN_CBFS +if CPU_INTEL_MODEL_106CX + config CPU_ADDR_BITS int default 32 +endif -- cgit v1.2.3