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