diff options
Diffstat (limited to 'lib_sh/bootm.c')
-rw-r--r-- | lib_sh/bootm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_sh/bootm.c b/lib_sh/bootm.c index e92c848312..bc1c3da9e2 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; } |