diff options
Diffstat (limited to 'lib_nios2/bootm.c')
-rw-r--r-- | lib_nios2/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_nios2/bootm.c b/lib_nios2/bootm.c index 56d1d19..70d2bb0 100644 --- a/lib_nios2/bootm.c +++ b/lib_nios2/bootm.c @@ -28,7 +28,7 @@ extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); 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; |