X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib_nios%2Fbootm.c;h=b0d5b825746217b39eb16d4593ad9494131f5123;hb=7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b;hp=92a58f2b7fa7ac0e6fa9992000ada4d87f6ff5e8;hpb=d5934ad7756f038a393a9cfab76a4fe306d9d930;p=u-boot diff --git a/lib_nios/bootm.c b/lib_nios/bootm.c index 92a58f2b7f..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 verify) +int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) { + return 1; }