Skip to content

Commit

Permalink
packaging: Enable nxp image signing in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jouni Ukkonen <[email protected]>
  • Loading branch information
joukkone committed Oct 22, 2024
1 parent b6ac755 commit ef78fe7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packaging/build_px4fw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ else
unset SIGNING_ARGS
fi

# TODO: remove this when we want to enable signed boot for imx93
if [[ $NAME = saluki-nxp93 ]]
then
unset SIGNING_TOOL
unset SIGNING_ARGS
fi

# Remove old build output
rm -Rf build/${arg}
# Build
Expand Down

0 comments on commit ef78fe7

Please sign in to comment.