From 6d29c7352f4d410f75e740f3dd13de813107f1bd Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 23 Jul 2012 16:12:52 -0700 Subject: Include SandyBridge Microcode when IvyBridge is enabled .. in case the system has pluggable CPUs or might come in different SKUs. Change-Id: I7a7cd95b4de5dd78370355f448688e8d000434c1 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/1333 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/intel/model_206ax/microcode_blob.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/intel/model_206ax/microcode_blob.h b/src/cpu/intel/model_206ax/microcode_blob.h index d055b2e385..66e893b1c6 100644 --- a/src/cpu/intel/model_206ax/microcode_blob.h +++ b/src/cpu/intel/model_206ax/microcode_blob.h @@ -17,13 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ - -#if CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE #include "microcode-m12206a7_00000025.h" -#elif CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE -#else -#error "Which microcode to use?" -#endif /* Dummy terminator */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, -- cgit v1.2.3