aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2019-02-04 14:40:01 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2019-02-04 14:40:01 +0000
commit32b65d74486d993102ac103f298d9776976c5d14 (patch)
treed8367b3b4bc87fbec54cf9b5c666e2a639b1fc06
parentce93d0d6427cd1b86b5abcb664764ea2dfcd3da7 (diff)
increase bootdelay in new u-boot environmentincrease_timeout
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rwxr-xr-xu-boot_fastboot.expect3
1 files changed, 3 insertions, 0 deletions
diff --git a/u-boot_fastboot.expect b/u-boot_fastboot.expect
index 141b7e4..1275d6a 100755
--- a/u-boot_fastboot.expect
+++ b/u-boot_fastboot.expect
@@ -14,6 +14,9 @@ send "setenv partitions \$partitions_android\r"
sleep 0.1
expect "=>"
sleep 0.1
+send "setenv bootdelay 15\r"
+sleep 0.1
+expect "=>"
send "env save\r"
sleep 0.1
expect "=>"