Skip to content

Commit

Permalink
exact match for ssbl files
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoSairiala committed Dec 16, 2024
1 parent 42731f9 commit 202c303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/fetch-ssbl-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ else
echo "using info from ${FILEINFO_JSON_OUT}"
# find out if the 2 stage bootloader files are available
# files should have stage defined: fileinfo_json files[] -> stage
PRODUCT=$(echo ${PRODUCT}|sed 's/_/-/g')
filename=$(jq '.files[] | select(.hw=="'${PRODUCT}'" and .stage=="ssbl").filename' ${FILEINFO_JSON_OUT}|sed 's/"//g')

tmp_bl_reponame=$(jq '.reponame' ${FILEINFO_JSON_OUT})
Expand Down

0 comments on commit 202c303

Please sign in to comment.