diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-27 16:23:00 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-01 17:42:54 -0400 |
commit | 9060970f4d89c79212982afbf9148dcbc94dcf75 (patch) | |
tree | 72168ba0b76a04c5aece315c8db11495fc9df173 /common | |
parent | ea72ee72f2e6dbce1125f0b37559ad547b7ee802 (diff) | |
download | u-boot-9060970f4d89c79212982afbf9148dcbc94dcf75.zip u-boot-9060970f4d89c79212982afbf9148dcbc94dcf75.tar.gz u-boot-9060970f4d89c79212982afbf9148dcbc94dcf75.tar.bz2 |
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>
Diffstat (limited to 'common')
-rw-r--r-- | common/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig index af7ead8..e08541b 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -168,6 +168,8 @@ config BOOTDELAY 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. + config CONSOLE_RECORD bool "Console recording" help |