summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-06 14:24:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-02-06 14:44:46 +0100
commitb1a8c1897db4285d6cfbb3cd75f3e0393ada814b (patch)
treeb5861e8dce8e2bbbb8c0cafddb1e0df11d3941c7 /commands
parent612c27f97e039e17811b47d39932e35de25d4f2d (diff)
downloadbarebox-b1a8c1897db4285d6cfbb3cd75f3e0393ada814b.tar.gz
barebox-b1a8c1897db4285d6cfbb3cd75f3e0393ada814b.tar.xz
bootm: Fix verifying of uImages
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/bootm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index aa1a6f5f33..733702321d 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -382,6 +382,7 @@ static int do_bootm (cmd_tbl_t *cmdtp, int argc, char *argv[])
char options[53]; /* worst case: whole alphabet with colons */
memset(&data, 0, sizeof(struct image_data));
+ data.verify = 1;
getopt_reset();