summaryrefslogtreecommitdiff
path: root/lib_sh/bootm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_sh/bootm.c')
-rw-r--r--lib_sh/bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/bootm.c b/lib_sh/bootm.c
index 55e64f518..de5c9eaf3 100644
--- a/lib_sh/bootm.c
+++ b/lib_sh/bootm.c
@@ -60,7 +60,7 @@ static void hexdump (unsigned char *buf, int len)
#endif
void do_bootm_linux (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
- bootm_headers_t *images, int verify)
+ bootm_headers_t *images)
{
ulong ep = 0;
char *bootargs = getenv("bootargs");