From patchwork Tue Jun 21 05:32:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 70529 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp1837126qgy; Mon, 20 Jun 2016 22:33:12 -0700 (PDT) X-Received: by 10.28.45.201 with SMTP id t192mr1262701wmt.77.1466487190998; Mon, 20 Jun 2016 22:33:10 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id n204si1534083wmg.19.2016.06.20.22.33.10; Mon, 20 Jun 2016 22:33:10 -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 DCE53A76CE; Tue, 21 Jun 2016 07:33:05 +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 n2ck5IyG0DRf; Tue, 21 Jun 2016 07:33:05 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 45E30A7664; Tue, 21 Jun 2016 07:33:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 200F8A76CE for ; Tue, 21 Jun 2016 07:33:01 +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 29ejznonocXN for ; Tue, 21 Jun 2016 07:33:01 +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-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by theia.denx.de (Postfix) with ESMTPS id 1CFB9A76E6 for ; Tue, 21 Jun 2016 07:32:50 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id u5L5Va1f023978; Tue, 21 Jun 2016 14:31:43 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u5L5Va1f023978 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1466487104; bh=oCkU+POl8hSF3feTJIuqItgAIcrYpYEVxzv9pgKxyVA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=w1RJrqYjcK0dWonBSL6yKl60GgixgjTn2F+spC74uTohXSb4nSHhSRRTxXKP562IT hSr3mSdqOYgCqv5fOKFywngEY90V5u72+pw/c2X7UCKNeG8vzZU5yPi/1AqfhJ4qce Cg9zYNof/gBFbrtZx/Z1xy0lZhHAWKUyPv9durpF5LNwVSv882ldGABkIWZDFVofcG 9TjaWa1qqOZwevpi1FtCOtoOuoM13H8WcfV6dYhcBdVe58DVGFXkrYdSf0xUc0zlZE wRXZT9oklUSEcMuJzzdCPdg806iJcBdfcltx+f04ae9cg4fpONcSqCM4WfmnTe0Gea qLQ/jiKizAf8g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 21 Jun 2016 14:32:43 +0900 Message-Id: <1466487167-18987-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466487167-18987-1-git-send-email-yamada.masahiro@socionext.com> References: <1466487167-18987-1-git-send-email-yamada.masahiro@socionext.com> Cc: Christophe Ricard , Joe Hershberger , 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 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 --- 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