Commit cb25951e authored by Benoit Rat's avatar Benoit Rat

barebox: reduce delay during boot

Also replace the generated .bin in the binaries/ folder
parent 7e571668
No preview for this file type
......@@ -13,9 +13,9 @@ if [ $? -eq 0 ]; then
bootm /dev/ram0.kernel
fi
#default value (can changed in /env/config)
preboot_timeout="5"
autoboot_timeout="10"
#default value (can be overridden in /env/config)
preboot_timeout="3"
autoboot_timeout="5"
autoboot_select="1"
### Override default value using /env/config
......
......@@ -20,4 +20,4 @@ if false; then
fi
## Timeout to autoboot in the pre-selected menu
autoboot_timeout="10";
autoboot_timeout="5";
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