diff options
author | Mickaël Tansorier <mickael.tansorier@smile.fr> | 2019-07-17 17:57:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 14:15:37 -0400 |
commit | 57a51123f18df0a89aa8ec7521e8e7b1330719dc (patch) | |
tree | 8689312df449b1cae96000558d59a194434c8b16 /doc | |
parent | 15958c74a91eae88f470776788a114f82ef3e922 (diff) | |
download | u-boot-57a51123f18df0a89aa8ec7521e8e7b1330719dc.tar.gz u-boot-57a51123f18df0a89aa8ec7521e8e7b1330719dc.tar.bz2 u-boot-57a51123f18df0a89aa8ec7521e8e7b1330719dc.zip |
doc: fitImage: Cosmetics break lines
Add missing newline before title and subtitle.
Signed-off-by: Mickaël Tansorier <mickael.tansorier@smile.fr>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/uImage.FIT/signature.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index 1695bf4cd8..eee06517fa 100644 --- a/doc/uImage.FIT/signature.txt +++ b/doc/uImage.FIT/signature.txt @@ -337,6 +337,7 @@ WARNING: When relying on signed FIT images with required signature check the legacy image format is default disabled by not defining CONFIG_LEGACY_IMAGE_FORMAT + Testing ------- An easy way to test signing and verification is to use the test script @@ -349,6 +350,8 @@ A sample run is show below: $ make O=sandbox sandbox_config $ make O=sandbox $ O=sandbox ./test/vboot/vboot_test.sh + + Simple Verified Boot Test ========================= |