summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2025-09-25 15:47:35 +0200
committerTom Rini <trini@konsulko.com>2025-10-07 17:49:15 -0600
commite560735558e313be8e883f9efcf729997df8b30e (patch)
tree44abdcef4cddd8586b9af04b4a44f85f88002381
parent0b9ff08515927e82306bacbe7f27bb74119113ff (diff)
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>
-rw-r--r--tools/mkimage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c
index 12183270776..a800f9507bf 100644
--- a/tools/mkimage.c
+++ b/tools/mkimage.c
@@ -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,