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>2019-03-27 19:16:09 -0700
commit17c3af7a1935a40057c01459766d41ff0a19723b (patch)
treee4daf57c52e4e1d6fbc5588a0fb3dca011aacd4e /doc
parent050beb8ee3fc4c690c9ce7c4f47adfc6f48dccdf (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>
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"