From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 14 Aug 2014 11:28:17 +0200 Subject: [U-Boot] [PATCH] tools, fit_info: increase buffer for command name In-Reply-To: <1407748628-7824-1-git-send-email-hs@denx.de> References: <1407748628-7824-1-git-send-email-hs@denx.de> Message-ID: <20140814112817.5b602e92@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > tools/fit_info.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) applied to u-boot-staging/agust at denx.de. thanks! Anatolij