From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Wed, 27 Sep 2017 16:15:20 +0200 Subject: [U-Boot] [PATCH 1/5] Revert "tools/mkimage: Make the path to the dtc binary that mkimage calls configurable" 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> Message-ID: <20170927141524.5920-2-wd@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de 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=C3=9Fmann 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 at 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. =20 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 +=3D -Wno-deprecated-declarations endif endif =20 -HOSTCFLAGS_fit_image.o +=3D -DMKIMAGE_DTC=3D\"$(CONFIG_MKIMAGE_DTC_PATH)\" +HOSTCFLAGS_fit_image.o +=3D -DMKIMAGE_DTC=3D\"$(DTC)\" =20 HOSTLOADLIBES_dumpimage :=3D $(HOSTLOADLIBES_mkimage) HOSTLOADLIBES_fit_info :=3D $(HOSTLOADLIBES_mkimage) --=20 2.13.3