We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1a217 commit b428b5bCopy full SHA for b428b5b
1 file changed
initrd/bin/flash.sh
@@ -142,7 +142,7 @@ flash_rom() {
142
fi
143
144
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 \
+ -o "/tmp/flashrom-$(date '+%Y%m%d-%H%M%S').log" 2>&1 | flashrom_progress \
146
|| die "$ROM: Flash failed"
147
148
}
0 commit comments