summaryrefslogtreecommitdiff
path: root/scripts/image_signing/tofactory.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/image_signing/tofactory.sh')
-rwxr-xr-xscripts/image_signing/tofactory.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/image_signing/tofactory.sh b/scripts/image_signing/tofactory.sh
index 1c5f3bdd..e972dca1 100755
--- a/scripts/image_signing/tofactory.sh
+++ b/scripts/image_signing/tofactory.sh
@@ -40,8 +40,8 @@ eval set -- "$FLAGS_ARGV"
set -e
# Flashrom commands with device overrides
-FLASHROM_BIOS="flashrom -p internal:bus=spi"
-FLASHROM_EC="flashrom -p internal:bus=lpc"
+FLASHROM_BIOS="flashrom -p host"
+FLASHROM_EC="flashrom -p ec"
# A log file to keep the output results of executed command
EXEC_LOG="$(make_temp_file)"