From patchwork Thu Sep 22 14:49:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 76800 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp74980qgf; Thu, 22 Sep 2016 07:50:45 -0700 (PDT) X-Received: by 10.194.157.226 with SMTP id wp2mr2806755wjb.48.1474555845240; Thu, 22 Sep 2016 07:50:45 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id ud2si2367567wjc.0.2016.09.22.07.50.44; Thu, 22 Sep 2016 07:50:45 -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 332FFB383C; Thu, 22 Sep 2016 16:50:40 +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 vaVjJQKNggfF; Thu, 22 Sep 2016 16:50:40 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CC88CB382F; Thu, 22 Sep 2016 16:50:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4840AB3814 for ; Thu, 22 Sep 2016 16:50:23 +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 eaEBsh1VUXXL for ; Thu, 22 Sep 2016 16:50:22 +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-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 0E597B380E for ; Thu, 22 Sep 2016 16:50:18 +0200 (CEST) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-07.nifty.com with ESMTP id u8MEnRgu030021; Thu, 22 Sep 2016 23:49:36 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u8MEnRgu030021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1474555777; bh=9r7sMPo4ctu3NYNuQogae+KJgu45QUXhwhNEgPEN1RE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=wXdTKue1hGe+OxLGJW23wnx2CvNav6/7duXrkhzc7g2VBo/cX6UfYTWK1Pt14TWNF tcE/Z6ou7azf0ncJS4FGacTAqrnWe3LHJIZ9/iJsWR8JDwkDabWduOWfpF76jwId2w koyp3kzS2xfKhcAI1zcZxcFZc0WjYVMzv5BF8mxTylunOd4Fahd1d7i2Yx7MotSxmu ZAv9EBsmJnLBXtcAKxPWRWWy2b0Y5k+BXFHB1qxd53kNBMMyVXdQWtJlS7kHuFNcTn gUMxRKDr6SxmPYq9a9lQD/refa+QIux2Q4m7B71tsA9qSPCpkg5SBaXEN3PYkZq3Ll HaJ3SUN6S0koQ== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 22 Sep 2016 23:49:26 +0900 Message-Id: <1474555766-23559-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474555766-23559-1-git-send-email-yamada.masahiro@socionext.com> References: <1474555766-23559-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini Subject: [U-Boot] [PATCH 2/2] Sync config_whitelist.txt 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" It is a good practice to drop a option from the whitelist when we convert it to Kconfig, but we may sometimes forget to do that. So, it might be a good idea to sync the whitelist from time to time. This commit was generated by: scripts/build-whitelist.sh Looks like we had a bit progress... Signed-off-by: Masahiro Yamada --- You do not need to apply this, but this is a reminder for periodical sync, like we sync defconfigs from time to time. Tom can directly run scripts/build-whitelist.sh in the u-boot/master while drinking coffee. scripts/config_whitelist.txt | 2 -- 1 file changed, 2 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/config_whitelist.txt b/scripts/config_whitelist.txt index cb4516f..783fb5a 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -891,7 +891,6 @@ CONFIG_DMC_DDRTR2 CONFIG_DNET_AUTONEG_TIMEOUT CONFIG_DNP5370_EXT_WD_DISABLE CONFIG_DOS_PARTITION -CONFIG_DPLL_SSC_RATE_1PER CONFIG_DP_DDR_CTRL CONFIG_DP_DDR_DIMM_SLOTS_PER_CTLR CONFIG_DP_DDR_NUM_CTRLS @@ -1656,7 +1655,6 @@ CONFIG_ICACHE CONFIG_ICACHE_OFF CONFIG_ICON CONFIG_ICS307_REFCLK_HZ -CONFIG_IDENT_STRING CONFIG_IDE_8xx_DIRECT CONFIG_IDE_8xx_PCCARD CONFIG_IDE_INIT_POSTRESET