]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_ximg.c: fix error: 'i' undeclared
authorWolfgang Denk <wd@denx.de>
Sun, 31 Jan 2010 20:51:43 +0000 (21:51 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 31 Jan 2010 20:51:43 +0000 (21:51 +0100)
commit5f566f454750be4f2f83288ef382afcb9c4aa8a4
tree699fb0f58cca97c19765601dbba339697099b15d
parent9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7
cmd_ximg.c: fix error: 'i' undeclared

Fix compile error:

cmd_ximg.c: In function 'do_imgextract':
cmd_ximg.c:234: error: 'i' undeclared (first use in this function)
cmd_ximg.c:234: error: (Each undeclared identifier is reported only once
cmd_ximg.c:234: error: for each function it appears in.)

Signed-off-by: Wolfgang Denk <wd@denx.de>
common/cmd_ximg.c