aboutsummaryrefslogtreecommitdiff
path: root/tools/mkimage.c
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2022-01-14 10:21:18 +0100
committerTom Rini <trini@konsulko.com>2022-01-24 10:35:10 -0500
commit6ae24346891d7e9d22707949c61f09346b28d761 (patch)
tree78bdbe3bad979c6caabcc7e8a7251ff8a3bb4238 /tools/mkimage.c
parent4550ce9be01dcdf451d74b0f6263d0c43e1377f1 (diff)
downloadu-boot-6ae24346891d7e9d22707949c61f09346b28d761.zip
u-boot-6ae24346891d7e9d22707949c61f09346b28d761.tar.gz
u-boot-6ae24346891d7e9d22707949c61f09346b28d761.tar.bz2
mkimage: Drop unused OPT_STRING constant
The actual opt string is inlined - and different. Seems this was a left-over from older versions of 603e26f76346. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/mkimage.c')
-rw-r--r--tools/mkimage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c
index fbe883c..a4844d0 100644
--- a/tools/mkimage.c
+++ b/tools/mkimage.c
@@ -146,7 +146,6 @@ static int add_content(int type, const char *fname)
return 0;
}
-#define OPT_STRING "a:A:b:B:c:C:d:D:e:Ef:Fk:i:K:ln:N:p:O:rR:qstT:vVx"
static void process_args(int argc, char **argv)
{
char *ptr;