From patchwork Mon Jun 27 07:23:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 70899 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp932897qgy; Mon, 27 Jun 2016 00:23:05 -0700 (PDT) X-Received: by 10.28.10.196 with SMTP id 187mr9594554wmk.48.1467012185753; Mon, 27 Jun 2016 00:23:05 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id jl3si24628759wjb.107.2016.06.27.00.23.05; Mon, 27 Jun 2016 00:23:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5E0CFA7679; Mon, 27 Jun 2016 09:22:55 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iQWrnWzTkv6n; Mon, 27 Jun 2016 09:22:55 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AC6FAA767A; Mon, 27 Jun 2016 09:22:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7C524A763D for ; Mon, 27 Jun 2016 09:22:51 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SThR4fxKF5Gt for ; Mon, 27 Jun 2016 09:22:51 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by theia.denx.de (Postfix) with ESMTPS id 66D42A7662 for ; Mon, 27 Jun 2016 09:22:41 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id u5R7Lfah007984; Mon, 27 Jun 2016 16:21:47 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com u5R7Lfah007984 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1467012109; bh=5rnAGjG6gFvYqwqsKnw8kdtg4iqWYxESgkslj5FB4Go=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FAVpa644KV3g1A53DUf/bU6FqyzOnoeXnSFpVwmNlvWRivL0Sj1nNNPbEPBL4VQvu Q4Kenjg2N3IJtJrcQU303jIitEOnbz+AnuUxQb11eCX97K4JkXI0/UjjsQI1JqZzIB 6r3CAVttIBl4DJbG71ikgCWA8CL4J87hwMH37/Jzg2djTyxzLce7STRx+XCpayMbLN 62Fa8c6S50uIjwL/MLo1KFRtQAbZ1bRDQFEE95zFY4DFujqmyfl7qP1nPMfiQf2vyX EAXN+Jc/1V6EDqhGlZKPfn9gXxBzCVqo4f4mUWHO21Qh09b9+xGnSC+GozibKarGrx NFET5sLHhQnvw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 27 Jun 2016 16:23:00 +0900 Message-Id: <1467012184-3231-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1467012184-3231-1-git-send-email-yamada.masahiro@socionext.com> References: <1467012184-3231-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Christophe Ricard , Jagan Teki , "Albert ARIBAUD \(3ADEV\)" , Fabio Estevam , =?UTF-8?q?David=20M=C3=BCller=20=28ELSOFT=20AG=29?= , York Sun , Prabhakar Kushwaha Subject: [U-Boot] [PATCH v3 2/6] doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 --- Changes in v3: None Changes in v2: None README | 17 ----------------- common/Kconfig | 2 ++ 2 files changed, 2 insertions(+), 17 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot 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