summaryrefslogtreecommitdiff
path: root/lib_avr32
diff options
context:
space:
mode:
Diffstat (limited to 'lib_avr32')
-rw-r--r--lib_avr32/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_avr32/bootm.c b/lib_avr32/bootm.c
index 556e3ea03..03ab8d1fa 100644
--- a/lib_avr32/bootm.c
+++ b/lib_avr32/bootm.c
@@ -176,7 +176,6 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
void (*theKernel)(int magic, void *tagtable);
struct tag *params, *params_start;
char *commandline = getenv("bootargs");
- int ret;
if ((flag != 0) && (flag != BOOTM_STATE_OS_GO))
return 1;