Commit 822252fdc1e3a041cf2954a788066973cd69cb89

Authored by Breno Lima
Committed by Ye Li
1 parent f905f893e3

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)

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt
... ... @@ -29,7 +29,7 @@
29 29 # Key slot index used to authenticate the image data
30 30 Verification index = 2
31 31 # Authenticate Start Address, Offset, Length and file
32   - Blocks = 0x80800000 0x00000000 0x80EEA020 "zImage", \
33   - 0x83800000 0x00000000 0x8380B927 "imx7d-sdb.dtb", \
34   - 0x84000000 0x00000000 0x840425B8 "uTee-7dsdb"
  32 + Blocks = 0x80800000 0x00000000 0x006EA000 "zImage", \
  33 + 0x83800000 0x00000000 0x0000B927 "imx7d-sdb.dtb", \
  34 + 0x84000000 0x00000000 0x000425B8 "uTee-7dsdb"