mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
tools/mkimage.c: Clarify help text for -D slightly
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@konsulko.com>
This commit is contained in:
parent
e392b923ed
commit
354973076a
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ static void usage(void)
|
||||||
params.cmdname);
|
params.cmdname);
|
||||||
fprintf(stderr, " %s [-D dtc_options] [-f fit-image.its|-F] fit-image\n",
|
fprintf(stderr, " %s [-D dtc_options] [-f fit-image.its|-F] fit-image\n",
|
||||||
params.cmdname);
|
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");
|
" -f => input filename for FIT source\n");
|
||||||
#ifdef CONFIG_FIT_SIGNATURE
|
#ifdef CONFIG_FIT_SIGNATURE
|
||||||
fprintf(stderr, "Signing / verified boot options: [-k keydir] [-K dtb] [ -c <comment>] [-r]\n"
|
fprintf(stderr, "Signing / verified boot options: [-k keydir] [-K dtb] [ -c <comment>] [-r]\n"
|
||||||
|
|
Loading…
Reference in a new issue