From 5d1ada0f6431962bef812844c79e01ba5048e6fa Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 10 Jan 2014 20:01:26 +0100 Subject: intel/fsp: Fix microcode including IS_ENABLED() requires the full define (incl. CONFIG_ prefix) but isn't needed here. Change-Id: I91d504367c75ce3fcecc6fa2499afaa0896595d3 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/4646 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/cpu/intel/fsp_model_206ax/microcode_blob.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/intel/fsp_model_206ax') diff --git a/src/cpu/intel/fsp_model_206ax/microcode_blob.c b/src/cpu/intel/fsp_model_206ax/microcode_blob.c index 309ea75fa1..c2538e8ede 100644 --- a/src/cpu/intel/fsp_model_206ax/microcode_blob.c +++ b/src/cpu/intel/fsp_model_206ax/microcode_blob.c @@ -18,7 +18,5 @@ */ unsigned microcode[] = { -#if IS_ENABLED(SUPPORT_CPU_UCODE_IN_CBFS) #include "microcode_blob.h" -#endif }; -- cgit v1.2.3