summaryrefslogtreecommitdiff
path: root/scripts/image_signing/tofactory.sh
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2013-08-22 08:28:28 -0700
committerChromeBot <chrome-bot@google.com>2013-08-22 09:09:23 -0700
commitfde2d02463c1a4e1ad7ed3c10eb480d5c21e3b80 (patch)
tree15b464404c91e2cd3a03e58ade31b3f4ec1f92ca /scripts/image_signing/tofactory.sh
parent3d848e9026637c5434e5c7c2364d2f2de6bfae99 (diff)
downloadvboot-fde2d02463c1a4e1ad7ed3c10eb480d5c21e3b80.tar.gz
The "-p internal:bus=*" is now deprecated by "-p {host,ec}" because we may have EC on SPI bus. BUG=none TEST=manually executed dev_debug_vboot and see correct output. BRANCH=none Original-Change-Id: I6363c09c2ebf57812bf35b7db220303a2786db20 Reviewed-on: https://gerrit.chromium.org/gerrit/66321 Tested-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Yung-Chieh Lo <yjlou@chromium.org> Commit-Queue: Hung-Te Lin <hungte@chromium.org> (cherry picked from commit 798cc91de11d5a78e379c67731dcafaf2aae01e1) Change-Id: I937c21f0334446c959f88770c4272852e721f6cb Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/66654
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)"