summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"