From patchwork Thu Jun 23 15:42:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 70763 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp496857qgy; Thu, 23 Jun 2016 08:43:20 -0700 (PDT) X-Received: by 10.194.8.38 with SMTP id o6mr28185974wja.13.1466696600369; Thu, 23 Jun 2016 08:43:20 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id m128si7151155wmm.89.2016.06.23.08.43.20; Thu, 23 Jun 2016 08:43:20 -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 927D5A7564; Thu, 23 Jun 2016 17:43:17 +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 GeqFPvbIXYpZ; Thu, 23 Jun 2016 17:43:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BC182A753B; Thu, 23 Jun 2016 17:43:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D1CC4A74D6 for ; Thu, 23 Jun 2016 17:43:03 +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 5oEi8sVQve3U for ; Thu, 23 Jun 2016 17:43:03 +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-10.nifty.com (conuserg-10.nifty.com [210.131.2.77]) by theia.denx.de (Postfix) with ESMTPS id 1D2D7A74D2 for ; Thu, 23 Jun 2016 17:42:59 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-10.nifty.com with ESMTP id u5NFggpx027414; Fri, 24 Jun 2016 00:42:52 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com u5NFggpx027414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1466696573; bh=4xRW/MTT739jung0r1Vf1Q0cjEyFSZmp0jWxi5B1VGw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=X9GTErGztvAaw9/QDIjTmQpDQ/4i+1F6uuxHnEEQ4iqFHdqjQQtNhK7vpxgx6EEyl 6sRcPPQ5LgBRqhKDFuHV0qR6f2dlfnoc7vF6UI9zM+tVS5DPBuL+iX99dxqqDIrRQa SEcEgtG9D+F0ucN/+mmW5DbzC3Uju4s9oeDtAMZs8IXJyf2GAYJ3KPTCqcYNO3z8mA id+jUfeDv9KAGGFNO0Q9rKTidkgrQ7ndqElboOpr4kaLJdgx2DVFwT9wrUgbJyPCtU YxUVdsqUUey3Rh3GuzCRmVX+3jvimaoYQUniaMlyoRgyYTUF0MH3oE3lA415bCk8L2 C+kivdbVMK9Fw== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 24 Jun 2016 00:42:37 +0900 Message-Id: <1466696561-22935-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466696561-22935-1-git-send-email-yamada.masahiro@socionext.com> References: <1466696561-22935-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH v2 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 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