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 <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/4646 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
54124d3e56
commit
5d1ada0f64
|
@ -18,7 +18,5 @@
|
|||
*/
|
||||
|
||||
unsigned microcode[] = {
|
||||
#if IS_ENABLED(SUPPORT_CPU_UCODE_IN_CBFS)
|
||||
#include "microcode_blob.h"
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue