diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-11 15:32:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-11 15:32:39 -0400 |
commit | 429d59c3e5e6a3d3d6cd9f3c59c075e9037459c0 (patch) | |
tree | 84377766efbef189a2a79c527f22077865addf66 /tools | |
parent | 997bef3c6d22d12c7fd092fb831bf94d114c9f6f (diff) | |
download | u-boot-429d59c3e5e6a3d3d6cd9f3c59c075e9037459c0.tar.gz |
Revert "mkimage: update man page and -h output"
This is part of a longer series, which isn't quite ready. Revert this
for now at least.
This reverts commit 4cb6c8e5f0de3c4c5f9eba51c6a1610934a8cf77.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c index a5979fa6fd7..6dfe3e1d42d 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -112,7 +112,7 @@ static void usage(const char *msg) " -f => input filename for FIT source\n" " -i => input filename for ramdisk file\n" " -E => place data outside of the FIT structure\n" - " -B => align size in hex for FIT structure and, with -E, for the external data\n" + " -B => align size in hex for FIT structure and header\n" " -b => append the device tree binary to the FIT\n" " -t => update the timestamp in the FIT\n"); #ifdef CONFIG_FIT_SIGNATURE |