]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/Kconfig
autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK
[people/ms/u-boot.git] / common / Kconfig
index e08541b66889089b588ef0e7b771a8a4c8eab34d..8adc821ae0b3572dac211cb3266c20a14337b05e 100644 (file)
@@ -164,9 +164,9 @@ config BOOTDELAY
        depends on AUTOBOOT
        help
          Delay before automatically running bootcmd;
+         set to 0 to autoboot with no delay, but you can stop it by key input.
          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 details.