MLK-21251-2 doc: imx: habv4: Fix typo in csf_additional_images.txt CSF example
authorBreno Lima <breno.lima@nxp.com>
Thu, 21 Mar 2019 20:52:02 +0000 (17:52 -0300)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 07:56:05 +0000 (00:56 -0700)
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)

doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt

index bbe4897..589fd56 100644 (file)
@@ -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"