summaryrefslogtreecommitdiff
path: root/lib_nios/bootm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_nios/bootm.c')
-rw-r--r--lib_nios/bootm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_nios/bootm.c b/lib_nios/bootm.c
index fb2e9b520..b0d5b8257 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;
}