From 3837ce65bd57991ebd7f8235db4040596d3125a4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 22 Feb 2016 22:55:49 -0700 Subject: 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 --- doc/mkimage.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/mkimage.1') 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 -- cgit v1.2.1