drivers/intel/fsp1_1: Fix typo
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Change-Id: I9c6b063970fa328650de3f4402fe203305b5b760 Reviewed-on: https://review.coreboot.org/28373 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Wim Vervoorn Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Elyes HAOUAS <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a5b265bb0c
commit
fb758d420b
|
@ -40,7 +40,7 @@ int fsp_relocate(struct prog *fsp_relocd, const struct region_device *fsp_src)
|
||||||
fih_offset = fsp1_1_relocate((uintptr_t)new_loc, new_loc, size);
|
fih_offset = fsp1_1_relocate((uintptr_t)new_loc, new_loc, size);
|
||||||
|
|
||||||
if (fih_offset <= 0) {
|
if (fih_offset <= 0) {
|
||||||
printk(BIOS_ERR, "ERROR: FSP relocation faiulre.\n");
|
printk(BIOS_ERR, "ERROR: FSP relocation failure.\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue