summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-22 22:55:49 -0700
committerTom Rini <trini@konsulko.com>2016-03-14 19:18:27 -0400
commit3837ce65bd57991ebd7f8235db4040596d3125a4 (patch)
treeede2998fd140a6df42046f407add22c86ff14a18 /doc
parentd505a09c1e8fa512aeb3c077048d521f1be302ff (diff)
downloadtalos-obmc-uboot-3837ce65bd57991ebd7f8235db4040596d3125a4.tar.gz
talos-obmc-uboot-3837ce65bd57991ebd7f8235db4040596d3125a4.zip
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.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1
index b48f70bb3c..1b9d18cbc9 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
OpenPOWER on IntegriCloud