Skip to content
Snippets Groups Projects
Commit 153176a9 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

avr32/bootm: remove unused variable 'ret'

parent 434c51a5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment