summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bootm.c')
-rw-r--r--commands/bootm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index b9c58b1414..9e16e06815 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -377,8 +377,6 @@ static int do_bootm (cmd_tbl_t *cmdtp, int argc, char *argv[])
memset(&data, 0, sizeof(struct image_data));
data.verify = 1;
- getopt_reset();
-
/* Collect options from registered handlers */
strcpy(options, "nh");
list_for_each_entry(handler, &handler_list, list) {