X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib_nios%2Fbootm.c;h=b0d5b825746217b39eb16d4593ad9494131f5123;hb=7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b;hp=fb2e9b52050b7bfb678b9add813dc80cb95464fd;hpb=b951f8d31711f3f10ad119ddcf5a3d0afe14d561;p=u-boot 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; }