1
0
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:
Simon Glass
2016-02-22 22:55:49 -07:00
committed by Tom Rini
parent d505a09c1e
commit 3837ce65bd
3 changed files with 36 additions and 2 deletions

View File

@@ -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