From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre-Jean Texier Date: Sat, 18 Aug 2018 15:51:25 +0200 Subject: [U-Boot] [PATCH] doc: FIT image: fix typo Message-ID: <1534600285-1899-1-git-send-email-texier.pj2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Fix typo in beaglebone verified boot documentation. Signed-off-by: Pierre-Jean Texier --- doc/uImage.FIT/beaglebone_vboot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/uImage.FIT/beaglebone_vboot.txt b/doc/uImage.FIT/beaglebone_vboot.txt index f1862c2..685ec1f 100644 --- a/doc/uImage.FIT/beaglebone_vboot.txt +++ b/doc/uImage.FIT/beaglebone_vboot.txt @@ -462,7 +462,7 @@ you sign. cd $UBOOT make O=b/am335x_boneblack_vboot EXT_DTB=${WORK}/am335x-boneblack-pubkey.dtb -Here we are overrriding the normal device tree file with our one, which +Here we are overriding the normal device tree file with our one, which contains the public key. Now you have a special U-Boot image with the public key. It can verify can -- 2.7.4