summaryrefslogtreecommitdiff
path: root/lib_nios2
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:09 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:09 +0200
commita3a08c0cedd329edf5256e1d6b2bad0fca002725 (patch)
treebfd2a8ee8f0407a3eca16cd5560302ed64f9e674 /lib_nios2
parent0e8d158664a913392cb01fb11a948d83f72e105e (diff)
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'lib_nios2')
-rw-r--r--lib_nios2/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_nios2/bootm.c b/lib_nios2/bootm.c
index c0be4fdbf..34f5b8ff8 100644
--- a/lib_nios2/bootm.c
+++ b/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;
}