mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
0e8d158664
commit
a3a08c0ced
5 changed files with 3 additions and 5 deletions
|
@ -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…
Reference in a new issue