summaryrefslogtreecommitdiff
path: root/include/fw
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-21 01:43:58 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-21 01:43:58 +0100
commitb8459d3c62a33fdd20afdbb2d77ddabe881615a5 (patch)
tree3c29e1a0adfb0a8e882d55c2ec2b85c0f58f9392 /include/fw
parent34f664e233f4868e05f0d294d149c374d84149ea (diff)
coreboot/3040micro: correct ME_bin_hash
now the 3040 micro vendor download works Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/fw')
-rw-r--r--include/fw/vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fw/vendor.sh b/include/fw/vendor.sh
index a928171b..bc69f458 100644
--- a/include/fw/vendor.sh
+++ b/include/fw/vendor.sh
@@ -163,7 +163,7 @@ fetch()
mkdst()
{
- if ! bad_checksum "$1" "$2" 2>/dev/null; then
+ if ! bad_checksum "$1" "$2"; then
x_ mv "$2" "$_dl_bin"
x_ cp "$_dl_bin" "$_dest"
exit 1