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>2020-04-26 23:24:31 -0700
commit27b5a4d4c2428926537b343f02acc65979a281fc (patch)
tree2b5996e57291ef55f21d4bee0814258a8f94b32f /doc
parentf48cdbcad3ed7a8e03a69f01b5a9cbdf957bd822 (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)
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"