util/scripts: Fix typo

Change-Id: If906e230c0cb71fc3cd283aeb85f8d1338c303c6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28291
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2018-08-23 18:21:02 +02:00 committed by Martin Roth
parent 75db596654
commit 7bb53aa386
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ for region in $FMAP_REGIONS; do
fi fi
# special handling: COREBOOT region at 0, inject a 128K bootblock # special handling: COREBOOT region at 0, inject a 128K bootblock
# The size may need changes to accomodate the chipsets, # The size may need changes to accommodate the chipsets,
# but should work for now. # but should work for now.
if [ "${REGION_NAME}" = "COREBOOT" -a \ if [ "${REGION_NAME}" = "COREBOOT" -a \
$(( ${REGION_START} )) -eq 0 ]; then $(( ${REGION_START} )) -eq 0 ]; then