aboutsummaryrefslogtreecommitdiff
path: root/lib_sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib_sh')
-rw-r--r--lib_sh/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_sh/bootm.c b/lib_sh/bootm.c
index e92c84831..bc1c3da9e 100644
--- a/lib_sh/bootm.c
+++ b/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;
}