Bläddra i källkod

bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD 16 år sedan
förälder
incheckning
a3a08c0ced
5 ändrade filer med 3 tillägg och 5 borttagningar
  1. 1 1
      lib_avr32/bootm.c
  2. 1 1
      lib_blackfin/bootm.c
  3. 1 1
      lib_microblaze/bootm.c
  4. 0 1
      lib_nios2/bootm.c
  5. 0 1
      lib_sh/bootm.c

+ 1 - 1
lib_avr32/bootm.c

@@ -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;
 }

+ 1 - 1
lib_blackfin/bootm.c

@@ -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;
 }

+ 1 - 1
lib_microblaze/bootm.c

@@ -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;
 }

+ 0 - 1
lib_nios2/bootm.c

@@ -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;
 }

+ 0 - 1
lib_sh/bootm.c

@@ -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;
 }