summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/image_signing/make_dev_firmware.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/image_signing/make_dev_firmware.sh b/scripts/image_signing/make_dev_firmware.sh
index 767dc22c..2140d34b 100755
--- a/scripts/image_signing/make_dev_firmware.sh
+++ b/scripts/image_signing/make_dev_firmware.sh
@@ -433,8 +433,8 @@ main() {
Please copy the backup file to a safe place ASAP.
To stop using devkeys and restore original BIOS, execute command:
- flashrom -p bios -w [PATH_TO_BACKUP_BIOS]
- Ex: flashrom -p bios -w ${backup_bios_path}"
+ flashrom -p host -w [PATH_TO_BACKUP_BIOS]
+ Ex: flashrom -p host -w ${backup_bios_path}"
if [ -n "${backup_ec_image}" ]; then
echo "
To stop using devkeys and restore original EC, execute command: