diff --git a/src/soc/intel/fsp_baytrail/bootblock/bootblock.c b/src/soc/intel/fsp_baytrail/bootblock/bootblock.c index 9c131d26be..bba5cf497c 100644 --- a/src/soc/intel/fsp_baytrail/bootblock/bootblock.c +++ b/src/soc/intel/fsp_baytrail/bootblock/bootblock.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -112,9 +113,11 @@ static void set_up_lpc_pads(void) static void bootblock_cpu_init(void) { - check_for_warm_reset(); + /* Load microcode before any caching. */ + intel_update_microcode_from_cbfs(); + /* Allow memory-mapped PCI config access. */ setup_mmconfig(); enable_rom_caching();