From a3a08c0cedd329edf5256e1d6b2bad0fca002725 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 10 Sep 2008 22:48:09 +0200 Subject: bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- lib_avr32/bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_avr32') diff --git a/lib_avr32/bootm.c b/lib_avr32/bootm.c index 8a6109de1..35240e2ee 100644 --- a/lib_avr32/bootm.c +++ b/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; } -- cgit v1.2.3