diff options
Diffstat (limited to 'lib_nios/bootm.c')
-rw-r--r-- | lib_nios/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_nios/bootm.c b/lib_nios/bootm.c index 92a58f2b7fa..fb2e9b52050 100644 --- a/lib_nios/bootm.c +++ b/lib_nios/bootm.c @@ -29,6 +29,6 @@ * */ void do_bootm_linux(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[], - bootm_headers_t *images, int verify) + bootm_headers_t *images) { } |