]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_microblaze/bootm.c
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
[people/ms/u-boot.git] / lib_microblaze / bootm.c
index 5986a31cc8313c7afd7ca19e2c3e641a4fa7f3c2..52fe068e03bbda3397610c0c7bf660d68a906122 100644 (file)
@@ -49,6 +49,6 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
 
        theKernel (commandline);
        /* does not return */
-error:
+
        return 1;
 }