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

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
master
Jean-Christophe PLAGNIOL-VILLARD 16 years ago
parent 0e8d158664
commit a3a08c0ced
  1. 2
      lib_avr32/bootm.c
  2. 2
      lib_blackfin/bootm.c
  3. 2
      lib_microblaze/bootm.c
  4. 1
      lib_nios2/bootm.c
  5. 1
      lib_sh/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;
}

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

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

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

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

Loading…
Cancel
Save