Commit 9060970f4d89c79212982afbf9148dcbc94dcf75

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent ea72ee72f2

doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README

The same information now exists in common/Kconfig.  Do not duplicate
documentation from the point of view of maintainability.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>

Showing 2 changed files with 2 additions and 17 deletions Side-by-side Diff

... ... @@ -890,23 +890,6 @@
890 890 'Sane' compilers will generate smaller code if
891 891 CONFIG_PRE_CON_BUF_SZ is a power of 2
892 892  
893   -- Boot Delay: CONFIG_BOOTDELAY - in seconds
894   - Delay before automatically booting the default image;
895   - set to -1 to disable autoboot.
896   - set to -2 to autoboot with no delay and not check for abort
897   - (even when CONFIG_ZERO_BOOTDELAY_CHECK is defined).
898   -
899   - See doc/README.autoboot for these options that
900   - work with CONFIG_BOOTDELAY. None are required.
901   - CONFIG_BOOT_RETRY_TIME
902   - CONFIG_BOOT_RETRY_MIN
903   - CONFIG_AUTOBOOT_KEYED
904   - CONFIG_AUTOBOOT_PROMPT
905   - CONFIG_AUTOBOOT_DELAY_STR
906   - CONFIG_AUTOBOOT_STOP_STR
907   - CONFIG_ZERO_BOOTDELAY_CHECK
908   - CONFIG_RESET_TO_RETRY
909   -
910 893 - Autoboot Command:
911 894 CONFIG_BOOTCOMMAND
912 895 Only needed when CONFIG_BOOTDELAY is enabled;
... ... @@ -168,6 +168,8 @@
168 168 set to -2 to autoboot with no delay and not check for abort
169 169 (even when CONFIG_ZERO_BOOTDELAY_CHECK is defined).
170 170  
  171 + See doc/README.autoboot for details.
  172 +
171 173 config CONSOLE_RECORD
172 174 bool "Console recording"
173 175 help