Skip to content

Commit

Permalink
Update qspi erase timeout value to 40s
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Li <Frank.Li@nxp.com>
  • Loading branch information
nxpfrankli committed Aug 22, 2018
1 parent 000da91 commit 668becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uuu/qspi_burn_loader.lst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ SDPS: boot -f _flexspi.bin -offset 0x1000
FB: ucmd setenv fastboot_buffer ${loadaddr}
FB: download -f _image
FB: ucmd sf probe
FB[-t 10000]: ucmd sf erase 0 100000
FB[-t 40000]: ucmd sf erase 0 100000
FB: ucmd sf write ${fastboot_buffer} 0 ${fastboot_bytes}
FB: done

0 comments on commit 668becf

Please sign in to comment.