summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLionel Debieve <lionel.debieve@foss.st.com>2023-09-29 14:58:35 +0200
committerLionel Debieve <lionel.debieve@foss.st.com>2023-09-29 14:13:20 +0100
commitd526d00a13f86bbd2c073c065b6e9aff339e1b41 (patch)
tree473e56e22054ab2bb7bdb64140f260a31cd36c12 /docs
parentf80323da1274a9d14eccbc86d5aaf16c2ec515fa (diff)
fix(docs): add missing line in the fiptool command for stm32mp1
Add the missing trusted key certificate in the fiptool command line. Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Change-Id: Ife95b0261f04b7fd07a9b01488f9e5be9b87e841
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/st/stm32mp1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/plat/st/stm32mp1.rst b/docs/plat/st/stm32mp1.rst
index 35e8f8c7a..b6e4b0d84 100644
--- a/docs/plat/st/stm32mp1.rst
+++ b/docs/plat/st/stm32mp1.rst
@@ -205,6 +205,7 @@ __________________
--nt-fw <u-boot_directory>/u-boot-nodtb.bin \
--hw-config <u-boot_directory>/u-boot.dtb \
--fw-config build/stm32mp1/release/fdts/fw-config.dtb \
+ --trusted-key-cert build/stm32mp1/release/trusted_key.crt \
--tos-fw-cert build/stm32mp1/release/tos_fw_content.crt \
--tos-fw-key-cert build/stm32mp1/release/tos_fw_key.crt \
--nt-fw-cert build/stm32mp1/release/nt_fw_content.crt \