From patchwork Wed Sep 27 14:15:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 819200 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3y2Knr2R2mz9tXw for ; Thu, 28 Sep 2017 00:24:16 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 39C61C21C51; Wed, 27 Sep 2017 14:24:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=KHOP_BIG_TO_CC, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 62CFBC21C58; Wed, 27 Sep 2017 14:24:07 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id C63B0C21D19; Wed, 27 Sep 2017 14:22:07 +0000 (UTC) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by lists.denx.de (Postfix) with ESMTPS id C0D06C21E09 for ; Wed, 27 Sep 2017 14:21:53 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3y2Kl54QvQz1qsSg for ; Wed, 27 Sep 2017 16:21:53 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3y2Kl54Lp2z1r0ww for ; Wed, 27 Sep 2017 16:21:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 1xeKhQpn42dA for ; Wed, 27 Sep 2017 16:21:43 +0200 (CEST) X-Auth-Info: sEjyQZuZDelbwBMPnx/3Oa1ciuIZOoJE7tmxww0GOco= Received: from janitor.denx.de (unknown [62.91.23.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA for ; Wed, 27 Sep 2017 16:21:43 +0200 (CEST) Received: by janitor.denx.de (Postfix, from userid 119) id CCBABF43; Wed, 27 Sep 2017 16:21:42 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id 2364447B; Wed, 27 Sep 2017 16:15:34 +0200 (CEST) Received: by gemini.denx.de (Postfix, from userid 500) id B4CB6120216; Wed, 27 Sep 2017 16:15:33 +0200 (CEST) From: Wolfgang Denk To: u-boot@lists.denx.de Date: Wed, 27 Sep 2017 16:15:20 +0200 Message-Id: <20170927141524.5920-2-wd@denx.de> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170927141524.5920-1-wd@denx.de> References: <1506263222-7080-1-git-send-email-trini@konsulko.com> <20170927141524.5920-1-wd@denx.de> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 27 Sep 2017 14:24:05 +0000 Cc: Prafulla Wadaskar , Vipin Kumar , Alexey Brodkin , Pantelis Antoniou , Joe Hershberger , Przemyslaw Marczak , Kim Phillips , Jagan Teki , Stefan Roese , Marek Vasut , Tom Rini , Angelo Dureghello , Macpaul Lin , Andre Przywara , Sonic Zhang , Scott Wood , Kyungmin Park , Huan Wang , Vagrant Cascadian , Tom Warren , York Sun Subject: [U-Boot] [PATCH 1/5] Revert "tools/mkimage: Make the path to the dtc binary that mkimage calls configurable" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This reverts commit 1f6049e2501b5c35c61435dbc05ba96743202674. This patch is part of a series which has never been reviewed and has not been generally accepted by the community. Signed-off-by: Wolfgang Denk Cc: Albert Aribaud Cc: Alexander Graf Cc: Alexey Brodkin Cc: Anatolij Gustschin Cc: Andre Przywara , Cc: Andreas Bießmann Cc: Angelo Dureghello Cc: Bin Meng Cc: Daniel Hellstrom Cc: Daniel Schwierzeck Cc: Heiko Schocher Cc: Heinrich Schuchardt Cc: Huan Wang Cc: Jagan Teki Cc: Joe Hershberger Cc: Kim Phillips Cc: Kyungmin Park Cc: Lukasz Majewski Cc: Macpaul Lin Cc: Marek Vasut Cc: Marek Vasut Cc: Masahiro Yamada Cc: Michal Simek Cc: Minkyu Kang Cc: Nobuhiro Iwamatsu Cc: Pantelis Antoniou Cc: Prafulla Wadaskar Cc: Przemyslaw Marczak Cc: Robert Nelson Cc: Scott Wood Cc: Simon Glass Cc: Sonic Zhang Cc: Stanislav Galabov Cc: Stefan Roese Cc: Stefano Babic Cc: Stephen Warren Cc: Thomas Chou Cc: Tom Rini Cc: Tom Warren Cc: u-boot@lists.denx.de Cc: Vagrant Cascadian Cc: Vipin Kumar Cc: York Sun --- dts/Kconfig | 9 --------- tools/Makefile | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/dts/Kconfig b/dts/Kconfig index 4ee0510943..44fc9fe36d 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -170,12 +170,3 @@ config TPL_OF_PLATDATA information. endmenu - -config MKIMAGE_DTC_PATH - string "Path to dtc binary for use within mkimage" - default "dtc" - help - The mkimage host tool will, in order to generate FIT images make - calls to the dtc application in order to create the output. In - some cases the system dtc may not support all required features - and the path to a different version should be given here. diff --git a/tools/Makefile b/tools/Makefile index c16477459d..a0db19d6b0 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -175,7 +175,7 @@ HOSTCFLAGS_rsa-sign.o += -Wno-deprecated-declarations endif endif -HOSTCFLAGS_fit_image.o += -DMKIMAGE_DTC=\"$(CONFIG_MKIMAGE_DTC_PATH)\" +HOSTCFLAGS_fit_image.o += -DMKIMAGE_DTC=\"$(DTC)\" HOSTLOADLIBES_dumpimage := $(HOSTLOADLIBES_mkimage) HOSTLOADLIBES_fit_info := $(HOSTLOADLIBES_mkimage)