soc/intel/xeon_sp/spr: Remove duplicated warning
When microcode is not found, intel_microcode_find() will output warning and skip the update. Remove the duplicated warning in CPU codes. TEST=Build and boot on intel/archercity CRB Change-Id: I0264edc01e90186a7b77d57f9c147d3b73747437 Signed-off-by: Shuo Liu <shuo.liu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82194 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@@ -268,10 +268,6 @@ void mp_init_cpus(struct bus *bus)
|
|||||||
chip_config = bus->dev->chip_info;
|
chip_config = bus->dev->chip_info;
|
||||||
|
|
||||||
microcode_patch = intel_microcode_find();
|
microcode_patch = intel_microcode_find();
|
||||||
|
|
||||||
if (!microcode_patch)
|
|
||||||
printk(BIOS_ERR, "microcode not found in CBFS!\n");
|
|
||||||
|
|
||||||
intel_microcode_load_unlocked(microcode_patch);
|
intel_microcode_load_unlocked(microcode_patch);
|
||||||
|
|
||||||
if (mp_init_with_smm(bus, &mp_ops) < 0)
|
if (mp_init_with_smm(bus, &mp_ops) < 0)
|
||||||
|
Reference in New Issue
Block a user