summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-08-17 10:53:12 +0000
committerTom Rini <trini@ti.com>2012-10-03 16:01:21 -0700
commit93d7212fa6a7fa5ef01927c13ab360d1a4d6e95b (patch)
treef99cc9fa6e2079e7853f33d3d3158e244039d80b /README
parente53515a21c50e28393d2e4ff5bd438f9ba9e0cee (diff)
downloadblackbird-obmc-uboot-93d7212fa6a7fa5ef01927c13ab360d1a4d6e95b.tar.gz
blackbird-obmc-uboot-93d7212fa6a7fa5ef01927c13ab360d1a4d6e95b.zip
Allow runtime configuration of "zero-delay" check
Define the new "-2" value for bootdelay to mean autoboot with no delay and don't check for an abort key (while "0" value means do check). Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 0d17e7dbe1..a668748f3c 100644
--- a/README
+++ b/README
@@ -704,6 +704,8 @@ The following options need to be configured:
- Boot Delay: CONFIG_BOOTDELAY - in seconds
Delay before automatically booting the default image;
set to -1 to disable autoboot.
+ set to -2 to autoboot with no delay and not check for abort
+ (even when CONFIG_ZERO_BOOTDELAY_CHECK is defined).
See doc/README.autoboot for these options that
work with CONFIG_BOOTDELAY. None are required.
OpenPOWER on IntegriCloud