]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mkimage: Add help text for bundling TFA BL31 in mkimage -f auto
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 25 Sep 2025 13:47:35 +0000 (15:47 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 7 Oct 2025 23:49:15 +0000 (17:49 -0600)
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>
tools/mkimage.c

index 12183270776f751fcb4106f4d3c12c9f12cf48bc..a800f9507bf819ed73b7b41adab348fea80e907a 100644 (file)
@@ -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,