Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28291
Change subject: util/scripts: Fix typo ......................................................................
util/scripts: Fix typo
Change-Id: If906e230c0cb71fc3cd283aeb85f8d1338c303c6 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/scripts/dts-to-fmd.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/28291/1
diff --git a/util/scripts/dts-to-fmd.sh b/util/scripts/dts-to-fmd.sh index 5068a99..00e718be 100755 --- a/util/scripts/dts-to-fmd.sh +++ b/util/scripts/dts-to-fmd.sh @@ -103,7 +103,7 @@ fi
# 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. if [ "${REGION_NAME}" = "COREBOOT" -a \ $(( ${REGION_START} )) -eq 0 ]; then