Skip to content

Commit dd02c67

Browse files
committed
functions: re-land flashrom v1.5.0 update
re-land flashrom 1.5 update now that the bug affecting older platforms/ devices is fixed Signed-off-by: Matt DeVillier <[email protected]>
1 parent 43b56e0 commit dd02c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ function get_flashrom()
242242
#needed to avoid dependencies not found on older ChromeOS
243243
util_file="flashrom_old.tar.gz"
244244
else
245+
flashrom_programmer="${flashrom_programmer} --use-first-chip"
245246
if [[ "$isMusl" = true ]]; then
246247
util_file="flashrom-musl.tar.gz"
247-
flashrom_programmer="${flashrom_programmer} --use-first-chip"
248248
else
249-
util_file="flashrom_ups_libpci37_20240418.tar.gz"
249+
util_file="flashrom_ups_libpci37_20241214.tar.gz"
250250
fi
251251
fi
252252
$CURL -sLo "flashrom.tar.gz" "${util_source}${util_file}"

0 commit comments

Comments
 (0)