diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-22 22:55:49 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 19:18:27 -0400 |
commit | 3837ce65bd57991ebd7f8235db4040596d3125a4 (patch) | |
tree | ede2998fd140a6df42046f407add22c86ff14a18 /doc | |
parent | d505a09c1e8fa512aeb3c077048d521f1be302ff (diff) |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mkimage.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index b48f70bb3cc..1b9d18cbc9f 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -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 |