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>
" -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,