summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2019-03-21 17:52:02 -0300
committerYe Li <ye.li@nxp.com>2022-04-06 15:58:42 +0800
commit8f47650728562057561fe98662be398567820446 (patch)
treeb23bd27d2105fde2f986b3fd49a1380dcf6048ce /doc
parentad886de6909d3dbecdbfc59160d084f6be28a2f9 (diff)
MLK-21251-2 doc: imx: habv4: Fix typo in csf_additional_images.txt CSF example
The csf_additional_images.txt example should match with mx6_mx7_secure_boot.txt guide. Fix addresses provided in csf_additional_images.txt CSF example. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Breno Lima <breno.lima@nxp.com> (cherry picked from commit 17c3af7a1935a40057c01459766d41ff0a19723b) (cherry picked from commit 270185b4c78f1139e965587ea2f0f290f9c4348c) (cherry picked from commit c37d3b4b1f8ac0da5c09b5c2123bf7ec129b5849) (cherry picked from commit 427b66764e3d9e93d1ba7a5592d2872633884d29) (cherry picked from commit f2b974eca7a444739a4d661d902ae279fe5d5aa1) (cherry picked from commit a22d3268d0791b2ebcb5f8295cfdba46564b6095) (cherry picked from commit 21047e64761725873c7c3d4e4c2fdf4e3e51e6e8)
Diffstat (limited to 'doc')
-rw-r--r--doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt b/doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt
index bbe489714b..589fd56f06 100644
--- a/doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt
+++ b/doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt
@@ -29,6 +29,6 @@
# Key slot index used to authenticate the image data
Verification index = 2
# Authenticate Start Address, Offset, Length and file
- Blocks = 0x80800000 0x00000000 0x80EEA020 "zImage", \
- 0x83800000 0x00000000 0x8380B927 "imx7d-sdb.dtb", \
- 0x84000000 0x00000000 0x840425B8 "uTee-7dsdb"
+ Blocks = 0x80800000 0x00000000 0x006EA000 "zImage", \
+ 0x83800000 0x00000000 0x0000B927 "imx7d-sdb.dtb", \
+ 0x84000000 0x00000000 0x000425B8 "uTee-7dsdb"