All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/6] doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README
Date: Wed, 22 Jun 2016 07:49:51 +0200	[thread overview]
Message-ID: <576A26FF.1000003@denx.de> (raw)
In-Reply-To: <1466487167-18987-3-git-send-email-yamada.masahiro@socionext.com>

Hello Masahiro,

Am 21.06.2016 um 07:32 schrieb Masahiro Yamada:
> 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>
> ---
>
>   README         | 17 -----------------
>   common/Kconfig |  2 ++
>   2 files changed, 2 insertions(+), 17 deletions(-)

Thanks!

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
>
> diff --git a/README b/README
> index 03bed18..26d5ad2 100644
> --- a/README
> +++ b/README
> @@ -890,23 +890,6 @@ The following options need to be configured:
>   		'Sane' compilers will generate smaller code if
>   		CONFIG_PRE_CON_BUF_SZ is a power of 2
>
> -- 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.
> -		CONFIG_BOOT_RETRY_TIME
> -		CONFIG_BOOT_RETRY_MIN
> -		CONFIG_AUTOBOOT_KEYED
> -		CONFIG_AUTOBOOT_PROMPT
> -		CONFIG_AUTOBOOT_DELAY_STR
> -		CONFIG_AUTOBOOT_STOP_STR
> -		CONFIG_ZERO_BOOTDELAY_CHECK
> -		CONFIG_RESET_TO_RETRY
> -
>   - Autoboot Command:
>   		CONFIG_BOOTCOMMAND
>   		Only needed when CONFIG_BOOTDELAY is enabled;
> diff --git a/common/Kconfig b/common/Kconfig
> index ada4ddb..a94c7b9 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -107,6 +107,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
>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  parent reply	other threads:[~2016-06-22  5:49 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-21  5:32 [U-Boot] [PATCH 0/6] autoboot cleanups Masahiro Yamada
2016-06-21  5:32 ` [U-Boot] [PATCH 1/6] ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board Masahiro Yamada
2016-06-21 11:40   ` Pavel Machek
2016-06-22  5:49   ` Heiko Schocher
2016-06-21  5:32 ` [U-Boot] [PATCH 2/6] doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README Masahiro Yamada
2016-06-21 16:05   ` Simon Glass
2016-06-22  5:49   ` Heiko Schocher [this message]
2016-06-21  5:32 ` [U-Boot] [PATCH 3/6] autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK Masahiro Yamada
2016-06-21  5:43   ` Stefan Roese
2016-06-21 16:01   ` Igor Grinberg
2016-06-21 16:05   ` Simon Glass
2016-06-22  5:30   ` Vladimir Zapolskiy
2016-06-22  5:50   ` Heiko Schocher
2016-06-22  6:42   ` Christian Riesch
2016-06-22 10:46   ` Hannes Schmelzer
2016-06-21  5:32 ` [U-Boot] [PATCH 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot Masahiro Yamada
2016-06-21  5:44   ` Stefan Roese
2016-06-21 16:06   ` Simon Glass
2016-06-22  5:51   ` Heiko Schocher
2016-06-21  5:32 ` [U-Boot] [PATCH 5/6] autoboot: move CONFIG_SILENT_CONSOLE handling Masahiro Yamada
2016-06-21  5:46   ` Stefan Roese
2016-06-21 16:06   ` Simon Glass
2016-06-22  5:51   ` Heiko Schocher
2016-06-21  5:32 ` [U-Boot] [PATCH 6/6] autoboot: move bootdelay >= 0 check to abortboot() Masahiro Yamada
2016-06-21  5:47   ` Stefan Roese
2016-06-21 16:06     ` Simon Glass
2016-06-22  5:57   ` Heiko Schocher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=576A26FF.1000003@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.