bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wed, 10 Sep 2008 20:48:09 +0000 (22:48 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wed, 10 Sep 2008 20:48:09 +0000 (22:48 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
lib_avr32/bootm.c
lib_blackfin/bootm.c
lib_microblaze/bootm.c
lib_nios2/bootm.c
lib_sh/bootm.c

index 8a6109d..35240e2 100644 (file)
@@ -202,6 +202,6 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
 
        theKernel(ATAG_MAGIC, params_start);
        /* does not return */
-error:
+
        return 1;
 }
index d0afb21..9938ae5 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;
 }
index 5986a31..52fe068 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;
 }
index c0be4fd..34f5b8f 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;
 }
index e92c848..bc1c3da 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;
 }