mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 08:21:27 +01:00
mkimage: Add help text for bundling TFA BL31 in mkimage -f auto
Add missing help text for the -y and -Y parameters of mkimage.
Fixes: 6dfd14e1228e ("mkimage: Add support for bundling TFA BL31 in mkimage -f auto")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
0b9ff08515
commit
e560735558
@ -101,6 +101,8 @@ static void usage(const char *msg)
|
||||
" -d ==> use image data from 'datafile'\n"
|
||||
" -x ==> set XIP (execute in place)\n"
|
||||
" -s ==> create an image with no data\n"
|
||||
" -y ==> append TFA BL31 file to the image\n"
|
||||
" -Y ==> set TFA BL31 file load and entry point address\n"
|
||||
" -v ==> verbose\n",
|
||||
params.cmdname);
|
||||
fprintf(stderr,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user