]> git.sur5r.net Git - u-boot/blobdiff - lib_blackfin/bootm.c
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
[u-boot] / lib_blackfin / bootm.c
index d0afb21ebb8a128d74de8902ca69f5253beea976..9938ae5865adc4f040e74b6094fce1ba808ef4e6 100644 (file)
@@ -48,6 +48,6 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
        dcache_disable();
        (*appl) (cmdline);
        /* does not return */
-error:
+
        return 1;
 }