From 9d0b611bc56be102972865969eddb7ec315995e3 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Fri, 19 Jul 2019 10:45:24 -0500 Subject: [PATCH] Increase timeout for qspihdr command Signed-off-by: Frank Li --- uuu/qspi_burn_loader.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uuu/qspi_burn_loader.lst b/uuu/qspi_burn_loader.lst index 9cedecd..a24e2d0 100644 --- a/uuu/qspi_burn_loader.lst +++ b/uuu/qspi_burn_loader.lst @@ -54,7 +54,7 @@ FB: ucmd if cmp.l ${ftry} ${fmagic2} 1; then setenv foundfhdr yes; echo "find fd FB: ucmd if help qspihdr; then setevn qspihdr_exist yes; else setenv qspihdr_exist no; fi; FB: ucmd if test ${foundfhdr} = no && test {qspihdr_exist} = no; then echo "Can not found QSPI boot header or uboot cannot support qspihdr command"; false; else true; fi; -FB: ucmd if test ${qspihdr_exist} = yes; then qspihdr init ${fastboot_buffer} ${fastboot_bytes} safe; else true; fi; +FB[-t 60000]: ucmd if test ${qspihdr_exist} = yes; then qspihdr init ${fastboot_buffer} ${fastboot_bytes} safe; else true; fi; #if uboot can't support qspihdr command, use uboot image to write qspi image, which require image include qspi flash header FB: ucmd if test ${qspihdr_exist} = no; then sf probe; else true; fi; -- 2.11.4.GIT