mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
ipq5332: Increase the file name size
This patch increases the filename size to avoid truncation while running flash script in verbose mode Change-Id: I245f4ee0ae83fc88de4833a178b1e1e96107f486 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
bb1322745c
commit
429235530a
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ void print_fl_msg(char *fname, bool started, int ret)
|
|||
static int do_xtract_n_flash(cmd_tbl_t *cmdtp, int flag, int argc,
|
||||
char * const argv[])
|
||||
{
|
||||
char runcmd[256], fname_stripped[32];
|
||||
char runcmd[256], fname_stripped[256];
|
||||
char *file_name, *part_name;
|
||||
uint32_t load_addr, verbose;
|
||||
int ret = CMD_RET_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue