diff options
Diffstat (limited to 'lib_nios')
-rw-r--r-- | lib_nios/bootm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_nios/bootm.c b/lib_nios/bootm.c index fb2e9b5205..b0d5b82574 100644 --- a/lib_nios/bootm.c +++ b/lib_nios/bootm.c @@ -28,7 +28,7 @@ * we can get this working. ;-) * */ -void do_bootm_linux(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[], - bootm_headers_t *images) +int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) { + return 1; } |