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:
Marek Vasut 2025-09-25 15:47:35 +02:00 committed by Tom Rini
parent 0b9ff08515
commit e560735558

View File

@ -101,6 +101,8 @@ static void usage(const char *msg)
" -d ==> use image data from 'datafile'\n" " -d ==> use image data from 'datafile'\n"
" -x ==> set XIP (execute in place)\n" " -x ==> set XIP (execute in place)\n"
" -s ==> create an image with no data\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", " -v ==> verbose\n",
params.cmdname); params.cmdname);
fprintf(stderr, fprintf(stderr,