From patchwork Mon Aug 22 13:18:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 74418 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1564337qga; Mon, 22 Aug 2016 06:16:55 -0700 (PDT) X-Received: by 10.28.173.205 with SMTP id w196mr16226791wme.86.1471871815167; Mon, 22 Aug 2016 06:16:55 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id n64si16164451wmn.41.2016.08.22.06.16.54; Mon, 22 Aug 2016 06:16:55 -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 CB5BD4B6B3; Mon, 22 Aug 2016 15:16: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 3kdd06-F7Ln0; Mon, 22 Aug 2016 15:16:53 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 774254B656; Mon, 22 Aug 2016 15:16:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 15B3C4B698 for ; Mon, 22 Aug 2016 15:16:50 +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 KQ1BZUwmt3Ua for ; Mon, 22 Aug 2016 15:16:50 +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 4EFC64B62B for ; Mon, 22 Aug 2016 15:16:45 +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 u7MDGIdt031211; Mon, 22 Aug 2016 22:16:19 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com u7MDGIdt031211 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1471871779; bh=t4PFnYbsS6YTWooBZ4AhPRdnSb9oi2wjX4cwNtSutzA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sp7KP8sLNwP6i6so+mIE9oEvVsoJ5+M2O/KGe6zM58xiqUx/MhjIuumU/DvJgVfcX 3HDCOYL2oTb3JOuPbzweiDaz9J8LLk/SAW3+iFBnPe3d79feXMSwBXCIHWchTkCuZs xMnqZMvckmoaIr+HICaPNh1I1zAzpH3BeieaNLvZcvzlfQ4WqyirtJo+ksCDUVqT9e qVy/ksRu8Rq4kuJUU4QHGVKB6s4HnymEYnr8ahV1Fq4tFYPItMsnFq28dfFf8O2kLA R1FQy3j+b5CjXco82glLyfquqw/cbPXPaI56S/0A0QEI2WhnXhPiCyuGWwifuRG8Wz 39hiQReBtD+Hg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 22 Aug 2016 22:18:19 +0900 Message-Id: <1471871902-5361-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1471871902-5361-1-git-send-email-yamada.masahiro@socionext.com> References: <1471871902-5361-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini , Joe Hershberger Subject: [U-Boot] [PATCH 1/4] tools: moveconfig: remove document about deprecated error message 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" Since commit cc008299f852 ("tools: moveconfig: do not rely on type and default value given by users"), we do not have this error case. Signed-off-by: Masahiro Yamada --- tools/moveconfig.py | 4 ---- 1 file changed, 4 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 5283689..c188235 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -58,10 +58,6 @@ It looks like one of the following: The define in the config header matched the one in Kconfig. We do not need to touch it. - - Undefined. Do nothing. - This config option was not found in the config header. - Nothing to do. - - Compiler is missing. Do nothing. The compiler specified for this architecture was not found in your PATH environment.