summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2011-03-16 10:40:52 +0800
committerHung-Te Lin <hungte@chromium.org>2011-03-16 10:40:52 +0800
commitf3f948fb5536580fe06f8b8f01781211ad29f5e3 (patch)
tree194b0dd584f315061b6c281992cd3867f096de04
parent0222355d8af3ec1ae3d7d63cec45f47a16a28262 (diff)
downloadvboot-f3f948fb5536580fe06f8b8f01781211ad29f5e3.tar.gz
vboot_reference/dev_debug_vboot: use new flashrom syntax
We need to also assign the target in dev_debug_vboot. BUG=chromium-os:11339 TEST=flashrom -p internal:bus=lpc dev_debug_vboot # still seeing success Change-Id: I33cfed77dba5afb668f6d9036ecc077e3bcb19d0 R=wfrichar@chromium.org Review URL: http://codereview.chromium.org/6698022
-rwxr-xr-xutility/dev_debug_vboot4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility/dev_debug_vboot b/utility/dev_debug_vboot
index 55cdd73f..1656ca00 100755
--- a/utility/dev_debug_vboot
+++ b/utility/dev_debug_vboot
@@ -117,8 +117,8 @@ if [ -n "$USE_EXISTING" ]; then
else
require_chromeos_bios
info "Extracting BIOS image from flash..."
- log flashrom --wp-status
- log flashrom -r ${BIOS}
+ log flashrom -p internal:bus=spi --wp-status
+ log flashrom -p internal:bus=spi -r ${BIOS}
HD_KERN_A="${HD}2"
HD_KERN_B="${HD}4"