[U-Boot] [PATCH] doc: FIT image: fix typo

Fix typo in beaglebone verified boot documentation.
Signed-off-by: Pierre-Jean Texier texier.pj2@gmail.com --- 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

On Sat, Aug 18, 2018 at 03:51:25PM +0200, Pierre-Jean Texier wrote:
Fix typo in beaglebone verified boot documentation.
Signed-off-by: Pierre-Jean Texier texier.pj2@gmail.com
Applied to u-boot/master, thanks!
participants (2)
-
Pierre-Jean Texier
-
Tom Rini