]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_sh/bootm.c
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
[people/ms/u-boot.git] / lib_sh / bootm.c
index e92c84831209b7d9ad82cf5eefd07f9bdf8c377a..bc1c3da9e23a98f83bedd52bb8acec3d18f36d82 100644 (file)
@@ -70,6 +70,5 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
        kernel();
        /* does not return */
 
-error:
        return 1;
 }