mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
tools: Add a function to obtain the size of a file
This will be used in mkimage when working out the required size of the FIT based on the files to be placed into it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -164,7 +164,7 @@ skipping those for which keys cannot be found. Also add a comment.
|
||||
.nf
|
||||
.B mkimage -f kernel.its -k /public/signing-keys -K u-boot.dtb \\\\
|
||||
.br
|
||||
.B -c "Kernel 3.8 image for production devices" kernel.itb
|
||||
.B -c """Kernel 3.8 image for production devices""" kernel.itb
|
||||
.fi
|
||||
|
||||
.P
|
||||
@@ -175,7 +175,7 @@ with unavailable keys are skipped.
|
||||
.nf
|
||||
.B mkimage -F -k /secret/signing-keys -K u-boot.dtb \\\\
|
||||
.br
|
||||
.B -c "Kernel 3.8 image for production devices" kernel.itb
|
||||
.B -c """Kernel 3.8 image for production devices""" kernel.itb
|
||||
.fi
|
||||
|
||||
.SH HOMEPAGE
|
||||
|
Reference in New Issue
Block a user