From patchwork Mon Sep 26 04:04:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 76985 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp971406qgf; Sun, 25 Sep 2016 21:04:01 -0700 (PDT) X-Received: by 10.194.18.202 with SMTP id y10mr15975727wjd.174.1474862641750; Sun, 25 Sep 2016 21:04:01 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id gp6si17670376wjb.251.2016.09.25.21.04.01; Sun, 25 Sep 2016 21:04:01 -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 E011BA7735; Mon, 26 Sep 2016 06:03:53 +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 ufnzLX8x19XX; Mon, 26 Sep 2016 06:03:53 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D01A7A776C; Mon, 26 Sep 2016 06:03:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AA6DCA76DE for ; Mon, 26 Sep 2016 06:03:34 +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 VnjdJaZ8twHM for ; Mon, 26 Sep 2016 06:03:34 +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-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by theia.denx.de (Postfix) with ESMTPS id 08E90A76C0 for ; Mon, 26 Sep 2016 06:03:30 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id u8Q42tmD006107; Mon, 26 Sep 2016 13:02:56 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com u8Q42tmD006107 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1474862576; bh=jqwFsQ/jv6I+wEj3xSLJEFeUXyWY0YQ7g6RjL4gqs4c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cahg4j/uVw+cyQued2UpkyIt6xvS+dqZsmroA+1pDFM9+RyvIAgMGOya4Nqz+jBXb BcAIoaC2hC+IY+Zvh9YIWHbpdAL9N8uMiT+0QtDer5O0zIY1J6O/GKPW4IgdeFs48t 7gGwIbfFT8Wv++OrxJYbDc+fR8rgEs+0gwi2qVfhjIIWXkAQ90D8VjFNW1lBvlNx8c ajY6l7bcO6A2HusL3wBDyWsQB8VNWPFZxbpztJotBGcKNN5gzCVt4//9SpG+/tYDRf de6L4h4xXNbAiCHW9e6cbKtCUqPA6831+QWsvJVt0THdkqTBQJEmSsTW2SaaUduDUq ppP6lqYZmeZ5A== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 26 Sep 2016 13:04:58 +0900 Message-Id: <1474862702-16580-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474862702-16580-1-git-send-email-yamada.masahiro@socionext.com> References: <1474862702-16580-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini , Stephen Warren Subject: [U-Boot] [PATCH 1/5] check-config: fix wrong comment about how to build whitelist 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 command suggested in this comment block is wrong; it would not rip off CONFIG options that had already been converted to Kconfig. Instead, we should use the scripts/build-whitelist.sh tool. Signed-off-by: Masahiro Yamada --- scripts/check-config.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/scripts/check-config.sh b/scripts/check-config.sh index 28c8fe9..6618dfb 100755 --- a/scripts/check-config.sh +++ b/scripts/check-config.sh @@ -5,13 +5,8 @@ # Check that the u-boot.cfg file provided does not introduce any new # ad-hoc CONFIG options # -# You can generate the list of current ad-hoc CONFIG options (those which are -# not in Kconfig) with this command: -# -# export LC_ALL=C LC_COLLATE=C -# git grep CONFIG_ |tr ' \t' '\n\n' |sed -n 's/^\(CONFIG_[A-Z0-9_]*\).*/\1/p' \ -# |sort |uniq >scripts/config_whitelist.txt; -# unset LC_ALL LC_COLLATE +# Use scripts/build-whitelist.sh to generate the list of current ad-hoc +# CONFIG options (those which are not in Kconfig). # Usage # check-config.sh