[U-Boot] [PATCH 2/2] tools/mkimage.c: Clarify help text for -D slightly
Tom Rini
trini at konsulko.com
Wed Aug 26 21:21:23 CEST 2015
Try and make it clear that -D will replace all arguments passed to dtc
and is not appending them.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
tools/mkimage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/mkimage.c b/tools/mkimage.c
index e81d455..22449cc 100644
--- a/tools/mkimage.c
+++ b/tools/mkimage.c
@@ -594,7 +594,7 @@ static void usage(void)
params.cmdname);
fprintf(stderr, " %s [-D dtc_options] [-f fit-image.its|-F] fit-image\n",
params.cmdname);
- fprintf(stderr, " -D => set options for device tree compiler\n"
+ fprintf(stderr, " -D => set all options for device tree compiler\n"
" -f => input filename for FIT source\n");
#ifdef CONFIG_FIT_SIGNATURE
fprintf(stderr, "Signing / verified boot options: [-k keydir] [-K dtb] [ -c <comment>] [-r]\n"
--
1.7.9.5
More information about the U-Boot
mailing list