Commit 8c415f8e authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Fabio Baltieri
Browse files

soc: stm32n6: Image signing: Refer to board documentation



Update missing signing tool warning to redirect to board doc.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@st.com>
parent ad845fd1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ if(SIGNING_TOOL_FIND STREQUAL SIGNING_TOOL_FIND-NOTFOUND)
  message(WARNING "
  Signing Image tool (${SIGNING_TOOL}) is not available.
  Signed image will not be generated.
  You won't be able to run image on board.")
  You won't be able to run application on the board.
  Refer to board documentation for more information")
endif()

if(NOT SIGNING_TOOL_FIND STREQUAL SIGNING_TOOL_FIND-NOTFOUND)