Skip to content

Commit

Permalink
Add timeout value for spl
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 Nov 4, 2023
1 parent 15d33ba commit acaa5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uuu/spl_boot.lst
Expand Up @@ -5,7 +5,7 @@ SDP: boot -f _flash.bin

# This command will be run when ROM support stream mode
# i.MX8QXP, i.MX8QM
SDPS: boot -f _flash.bin
SDPS[-t 10000]: boot -f _flash.bin

# These commands will be run when use SPL and will be skipped if no spl
# SDPU will be deprecated. please use SDPV instead of SDPU
Expand All @@ -23,4 +23,4 @@ SDPV: delay 1000
SDPV: write -f _flash.bin -skipspl
SDPV: jump
SDPV: done
# }
# }

0 comments on commit acaa5c8

Please sign in to comment.