From f3f948fb5536580fe06f8b8f01781211ad29f5e3 Mon Sep 17 00:00:00 2001 From: Hung-Te Lin Date: Wed, 16 Mar 2011 10:40:52 +0800 Subject: 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 --- utility/dev_debug_vboot | 4 ++-- 1 file 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" -- cgit v1.2.1