Re: [U-Boot] [PATCH] tools, fit_info: increase buffer for command name

2014-08-14 Thread Anatolij Gustschin
On Mon, 11 Aug 2014 11:17:08 +0200 Heiko Schocher wrote: > 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 > Cc: Simon Glass > --- > to

Re: [U-Boot] [PATCH] tools, fit_info: increase buffer for command name

2014-08-11 Thread Simon Glass
On 11 August 2014 03:17, Heiko Schocher wrote: > 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 > Cc: Simon Glass Acked-by: Simon Glass

[U-Boot] [PATCH] tools, fit_info: increase buffer for command name

2014-08-11 Thread Heiko Schocher
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 Cc: Simon Glass --- tools/fit_info.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)