soc: stm32n6: Image signing: Refer to board documentation

Update missing signing tool warning to redirect to board doc.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2025-02-07 16:42:57 +01:00 committed by Fabio Baltieri
commit 8c415f8e62

View file

@ -20,7 +20,8 @@ if(SIGNING_TOOL_FIND STREQUAL SIGNING_TOOL_FIND-NOTFOUND)
message(WARNING " message(WARNING "
Signing Image tool (${SIGNING_TOOL}) is not available. Signing Image tool (${SIGNING_TOOL}) is not available.
Signed image will not be generated. 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() endif()
if(NOT SIGNING_TOOL_FIND STREQUAL SIGNING_TOOL_FIND-NOTFOUND) if(NOT SIGNING_TOOL_FIND STREQUAL SIGNING_TOOL_FIND-NOTFOUND)