Skip to content

Commit 2b40f62

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 13ab2d9 commit 2b40f62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/dts-functions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,8 +1768,7 @@ check_if_fused() {
17681768
done <"$file_path"
17691769

17701770
if [[ -z $hfsts6_value ]]; then
1771-
echo "Failed to read HFSTS6 value"
1772-
exit 1
1771+
return 0
17731772
fi
17741773

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

0 commit comments

Comments
 (0)