Skip to content

Commit b644ebe

Browse files
committed
include/dts-functions.sh: Do not throw error when hfsts6 cannot be read
Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com>
1 parent 098102e commit b644ebe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/dts-functions.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1748,8 +1748,7 @@ check_if_fused() {
17481748
done <"$file_path"
17491749

17501750
if [[ -z $hfsts6_value ]]; then
1751-
echo "Failed to read HFSTS6 value"
1752-
exit 1
1751+
return 0
17531752
fi
17541753

17551754
hfsts6_binary=$(echo "ibase=16; obase=2; $hfsts6_value" | bc)

0 commit comments

Comments
 (0)