]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_nios2/bootm.c
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
[people/ms/u-boot.git] / lib_nios2 / bootm.c
index c0be4fdbf4d7816ea3cf7451240a23b3bb636d00..34f5b8ff8296bf5dcc11eb444a67024fe4c0207e 100644 (file)
@@ -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;
 }