From 9060970f4d89c79212982afbf9148dcbc94dcf75 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 27 Jun 2016 16:23:00 +0900 Subject: 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 Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher --- common/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/Kconfig') 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 -- cgit v1.1