Skip to content

Commit b428b5b

Browse files
committed
flash.sh remove -V flag to fix slow flash-back
1 parent cf1a217 commit b428b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

initrd/bin/flash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ flash_rom() {
142142
fi
143143

144144
flashrom $CONFIG_FLASHROM_OPTIONS -w /tmp/${CONFIG_BOARD}.rom \
145-
-V -o "/tmp/flashrom-$(date '+%Y%m%d-%H%M%S').log" 2>&1 | flashrom_progress \
145+
-o "/tmp/flashrom-$(date '+%Y%m%d-%H%M%S').log" 2>&1 | flashrom_progress \
146146
|| die "$ROM: Flash failed"
147147
fi
148148
}

0 commit comments

Comments
 (0)