mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 06:46:00 +00:00
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 4cb6c8e5f0
.
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
997bef3c6d
commit
429d59c3e5
2 changed files with 3 additions and 5 deletions
|
@ -281,10 +281,8 @@ properties. A \(oqdata-offset\(cq of 0 indicates that it starts in the first
|
||||||
.BI \-B " alignment"
|
.BI \-B " alignment"
|
||||||
.TQ
|
.TQ
|
||||||
.BI \-\-alignment " alignment"
|
.BI \-\-alignment " alignment"
|
||||||
The alignment, in hexadecimal, that the FDT structure will be aligned
|
The alignment, in hexadecimal, that external data will be aligned to. This
|
||||||
to. With
|
option only has an effect when \-E is specified.
|
||||||
.BR \-E ,
|
|
||||||
also specifies the alignment for the external data.
|
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.BI \-p " external-position"
|
.BI \-p " external-position"
|
||||||
|
|
|
@ -112,7 +112,7 @@ static void usage(const char *msg)
|
||||||
" -f => input filename for FIT source\n"
|
" -f => input filename for FIT source\n"
|
||||||
" -i => input filename for ramdisk file\n"
|
" -i => input filename for ramdisk file\n"
|
||||||
" -E => place data outside of the FIT structure\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"
|
" -b => append the device tree binary to the FIT\n"
|
||||||
" -t => update the timestamp in the FIT\n");
|
" -t => update the timestamp in the FIT\n");
|
||||||
#ifdef CONFIG_FIT_SIGNATURE
|
#ifdef CONFIG_FIT_SIGNATURE
|
||||||
|
|
Loading…
Add table
Reference in a new issue