diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-11-11 06:08:59 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-12-08 23:23:31 +0100 | 
| commit | 153176a9414120ca1736f3cc4951623d6e14e6af (patch) | |
| tree | 8c927e58e31bc8ee6a0560c57713797719502a85 | |
| parent | 434c51a5e62f608a2a78ed5398ac43a1c77cc183 (diff) | |
| download | olio-uboot-2014.01-153176a9414120ca1736f3cc4951623d6e14e6af.tar.xz olio-uboot-2014.01-153176a9414120ca1736f3cc4951623d6e14e6af.zip | |
avr32/bootm: remove unused variable 'ret'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
| -rw-r--r-- | lib_avr32/bootm.c | 1 | 
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; |