diff options
author | Wim <wvervoorn@eltan.com> | 2018-08-28 11:59:38 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-09-02 03:11:49 +0000 |
commit | fb758d420bb96f01fd818ea77975cfedb933114e (patch) | |
tree | 28c222675efa19dca8d9aa2902909e55428abe2a /src/drivers/intel | |
parent | a5b265bb0ca85cec02c92046904dc0f44f7d6639 (diff) |
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>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/fsp1_1/fsp_relocate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp1_1/fsp_relocate.c b/src/drivers/intel/fsp1_1/fsp_relocate.c index 16d1dd59dc..398520d2cc 100644 --- a/src/drivers/intel/fsp1_1/fsp_relocate.c +++ b/src/drivers/intel/fsp1_1/fsp_relocate.c @@ -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); if (fih_offset <= 0) { - printk(BIOS_ERR, "ERROR: FSP relocation faiulre.\n"); + printk(BIOS_ERR, "ERROR: FSP relocation failure.\n"); return -1; } |