diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-24 08:00:06 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-28 14:23:09 +0000 |
commit | 446e4d73cbbdb14bf6390a3fe6bb4c8ad6b4d2de (patch) | |
tree | e8b31677fa91f482574d3e5c9fbd5dedaac58949 /util | |
parent | 8fda8f4ac3541441df97d96f4969037ddffd2de7 (diff) | |
download | coreboot-446e4d73cbbdb14bf6390a3fe6bb4c8ad6b4d2de.tar.gz coreboot-446e4d73cbbdb14bf6390a3fe6bb4c8ad6b4d2de.tar.bz2 coreboot-446e4d73cbbdb14bf6390a3fe6bb4c8ad6b4d2de.zip |
util/ipqheader: Fix typo
Change-Id: Ibfcb870bb6e7ed747f8875520ab094def49e53cb
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28329
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/ipqheader/mbn_tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ipqheader/mbn_tools.py b/util/ipqheader/mbn_tools.py index bc2cdd29adbd..c4d26c1793b6 100755 --- a/util/ipqheader/mbn_tools.py +++ b/util/ipqheader/mbn_tools.py @@ -1165,7 +1165,7 @@ def pboot_gen_elf(env, elf_in_file_name, bytes_to_pad = ELF_BLOCK_ALIGN - pad_hash_segment hash_seg_end = hash_tbl_end_addr + bytes_to_pad - # Check if a shifting is required to accomodate for the hash segment. + # Check if a shifting is required to accommodate for the hash segment. # Get the minimum offset by going through the program headers. # Note that the program headers in the input file do not contain # the dummy program header for ELF + Program header, and the |