avr32/bootm: remove unused variable 'ret'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2008-11-11 06:08:59 +01:00 committed by Wolfgang Denk
parent 434c51a5e6
commit 153176a941
1 changed files with 0 additions and 1 deletions

View File

@ -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;