From df0c8222398f3e0f4334777fb14c6a344c069813 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 19 Jun 2012 05:25:41 +0000 Subject: Rename microcode include file to be model agnostic In preparation to support CBFS hosted microcode blobs, this change renames the wrapper include file containing the microcode to be independent of CPU model. Change-Id: If1a4963a52e5037a3a3495b90708ffc08b23f4c1 Signed-off-by: Vadim Bendebury Reviewed-on: http://review.coreboot.org/1294 Tested-by: build bot (Jenkins) --- src/cpu/intel/model_206ax/bootblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/intel/model_206ax/bootblock.c') diff --git a/src/cpu/intel/model_206ax/bootblock.c b/src/cpu/intel/model_206ax/bootblock.c index 9549d23c75..62d9b4edeb 100644 --- a/src/cpu/intel/model_206ax/bootblock.c +++ b/src/cpu/intel/model_206ax/bootblock.c @@ -24,7 +24,7 @@ #include static const uint32_t microcode_updates[] = { - #include "x06_microcode.h" + #include "microcode_blob.h" }; #include -- cgit v1.2.3