Commit 1080998a authored by Benoit Rat's avatar Benoit Rat Committed by Alessandro Rubini

barebox: removing preboot timeout as UBIfied NAND takes more time

We don't need to wait these extra 3 seconds because we now load UBIfied
which takes more time than these 3 seconds.
We also add the autoboot_select in config because it is a hidden feature
asked by diferent persons.
parent 4bb16d59
......@@ -38,7 +38,7 @@ mount /dev/ubi0.boot /boot
#default value (can be overridden in /env/config)
preboot_timeout="3"
preboot_timeout="0"
autoboot_timeout="5"
autoboot_select="1"
......
......@@ -19,5 +19,6 @@ if false; then
eth0.gateway=192.168.1.254
fi
## Timeout to autoboot in the pre-selected menu
## Timeout and select default entry in autoboot menu
autoboot_timeout="5";
autoboot_select="1";
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment