From a22d3268d0791b2ebcb5f8295cfdba46564b6095 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Thu, 21 Mar 2019 17:52:02 -0300 Subject: [PATCH] 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 Signed-off-by: Breno Lima (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) --- .../additional_images/csf_additional_images.txt | 6 +++--- 1 file 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" -- 2.17.1