From b8459d3c62a33fdd20afdbb2d77ddabe881615a5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 21 Sep 2026 01:43:58 +0100 Subject: coreboot/3040micro: correct ME_bin_hash now the 3040 micro vendor download works Signed-off-by: Leah Rowe --- include/fw/vendor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.1