]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools, fit_info: increase buffer for command name
authorHeiko Schocher <hs@denx.de>
Mon, 11 Aug 2014 09:17:08 +0000 (11:17 +0200)
committerAnatolij Gustschin <agust@denx.de>
Thu, 14 Aug 2014 09:20:24 +0000 (11:20 +0200)
commit686dca0fc4eb077b089c7507f899097d001c8ce3
treec92352b8b862bcb86ff6977e4a387de6b2e4fea1
parent04a710a593138a0a3cfe88cd3a0ba036973a9fda
tools, fit_info: increase buffer for command name

currently the buffer for command name is 50 bytes only. If using
fit_info with long absolute paths, this is not enough, so raise
it to 256 (as it is in fit_check_sign)

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
tools/fit_info.c