diff options
Diffstat (limited to 'lib_nios2/bootm.c')
-rw-r--r-- | lib_nios2/bootm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_nios2/bootm.c b/lib_nios2/bootm.c index c0be4fd..34f5b8f 100644 --- a/lib_nios2/bootm.c +++ b/lib_nios2/bootm.c @@ -35,6 +35,5 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) kernel (); /* does not return */ -error: return 1; } |