X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=lib_nios%2Fbootm.c;h=b0d5b825746217b39eb16d4593ad9494131f5123;hb=3c094b652d4107b34641f300a8e9fe16ca15e3d8;hp=fb2e9b52050b7bfb678b9add813dc80cb95464fd;hpb=3596d55eb22703d3f4f1b839fe4b000fabe081b3;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; }