From patchwork Mon Sep 26 02:52:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 76982 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp953641qgf; Sun, 25 Sep 2016 19:51:32 -0700 (PDT) X-Received: by 10.194.233.102 with SMTP id tv6mr15905308wjc.35.1474858292699; Sun, 25 Sep 2016 19:51:32 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id bm1si17526901wjd.187.2016.09.25.19.51.32; Sun, 25 Sep 2016 19:51:32 -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 A2A8AA7742; Mon, 26 Sep 2016 04:51: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 mSfmHOSri6X1; Mon, 26 Sep 2016 04:51:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4F01AA76F8; Mon, 26 Sep 2016 04:51:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5A120A7537 for ; Mon, 26 Sep 2016 04:50:52 +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 YFrN1yQxlYnO for ; Mon, 26 Sep 2016 04:50:52 +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-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by theia.denx.de (Postfix) with ESMTPS id 1B352A76AD for ; Mon, 26 Sep 2016 04:50:47 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id u8Q2oFe9021241; Mon, 26 Sep 2016 11:50:17 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com u8Q2oFe9021241 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1474858218; bh=mo4Hqcqq0T8s3HlLr+sLftkmTmwX72X5ZJA5hN9mH1I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qpuM2RlbDjTEBS1YW4RA0lIWXkbIjYHVLjBgJLvBI734wGAL/KcVdESvHUiubIF+m TTrfM2ZSLizWF5wdQhSflUY0GbbNNmYo+MC0HmvPwHHZZx2R13yQ+u7zt2X8oz33Gs gG0PhMPWBzaFaPfTmny6rg3wSPCZHzYnrY4Hn2f8UO7+m/yKtkG9PdGFJYk/KGfXPf OonCbLudQKKjFGVIGJOWcdTnYrE2KJ90Xz1Y6PC2HtF35EMfuM1xdumNZjW2LlhGHA kgg9Oyy7n9g/iEZvEt3pnsCsUUbx+JQcAdnHqJSyxouuYAalZIy6t2Pdg0TyO4c3nR IeFwBcJISyRHQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 26 Sep 2016 11:52:29 +0900 Message-Id: <1474858350-17422-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474858350-17422-1-git-send-email-yamada.masahiro@socionext.com> References: <1474858350-17422-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini Subject: [U-Boot] [PATCH v3 2/3] config_whitelist: sync by tool 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 an 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 Reviewed-by: Simon Glass --- 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. Changes in v3: None Changes in v2: None scripts/config_whitelist.txt | 6 ------ 1 file changed, 6 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..d91f99a 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 @@ -1256,7 +1255,6 @@ CONFIG_FO300 CONFIG_FOO CONFIG_FORCE_DDR_DATA_BUS_WIDTH_32 CONFIG_FORMIKE -CONFIG_FPGA CONFIG_FPGA_ALTERA CONFIG_FPGA_COUNT CONFIG_FPGA_CYCLON2 @@ -1265,7 +1263,6 @@ CONFIG_FPGA_SOCFPGA CONFIG_FPGA_SPARTAN2 CONFIG_FPGA_SPARTAN3 CONFIG_FPGA_STRATIX_V -CONFIG_FPGA_XILINX CONFIG_FPGA_ZYNQPL CONFIG_FSLDMAFEC CONFIG_FSL_CADMUS @@ -1656,7 +1653,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 @@ -3991,8 +3987,6 @@ CONFIG_SCSI_SYM53C8XX CONFIG_SC_TIMER_CLK CONFIG_SDCARD CONFIG_SDHCI -CONFIG_SDHCI_CMD_DEFAULT_TIMEOUT -CONFIG_SDHCI_CMD_MAX_TIMEOUT CONFIG_SDRAM_BANK0 CONFIG_SDRAM_BANK1 CONFIG_SDRAM_ECC