mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
doc: fitImage: Cosmetics break lines
Add missing newline before title and subtitle. Signed-off-by: Mickaël Tansorier <mickael.tansorier@smile.fr>
This commit is contained in:
parent
15958c74a9
commit
57a51123f1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue