]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/cmd_bootm.c: Fix GCC 4.6 warning
authorAnatolij Gustschin <agust@denx.de>
Sat, 19 May 2012 05:38:19 +0000 (05:38 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 22 May 2012 08:12:58 +0000 (10:12 +0200)
commita075a79f98cc3f5972a2ed80551c0873217aef7d
tree1bf23621c163b0ae4faa9171fc24c5ff3714e60c
parent2ab5be7af009b4a40efe2fa5471497c97e70ed28
common/cmd_bootm.c: Fix GCC 4.6 warning

cmd_bootm.c: In function 'do_bootz':
cmd_bootm.c:1590:9: warning: variable 'iflag' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/cmd_bootm.c