summaryrefslogtreecommitdiffstats
path: root/commands/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bmp.c')
-rw-r--r--commands/bmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/bmp.c b/commands/bmp.c
index b7b7c9f5fa..22d7275d8f 100644
--- a/commands/bmp.c
+++ b/commands/bmp.c
@@ -45,8 +45,6 @@ static int do_bmp(cmd_tbl_t *cmdtp, int argc, char *argv[])
int offscreen = 0;
void *adr, *buf;
- getopt_reset();
-
while((opt = getopt(argc, argv, "f:x:y:o")) > 0) {
switch(opt) {
case 'f':