[U-Boot] [PATCH 1/5] Revert "tools/mkimage: Make the path to the dtc binary that mkimage calls configurable"

Wolfgang Denk wd at denx.de
Wed Sep 27 14:15:20 UTC 2017


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 <wd at denx.de>

Cc: Albert Aribaud <albert.u.boot at aribaud.net>
Cc: Alexander Graf <agraf at suse.de>
Cc: Alexey Brodkin <alexey.brodkin at synopsys.com>
Cc: Anatolij Gustschin <agust at denx.de>
Cc: Andre Przywara <andre.przywara at arm.com>,
Cc: Andreas Bießmann <andreas.devel at googlemail.com>
Cc: Angelo Dureghello <angelo at sysam.it>
Cc: Bin Meng <bmeng.cn at gmail.com>
Cc: Daniel Hellstrom <daniel at gaisler.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck at googlemail.com>
Cc: Heiko Schocher <hs at denx.de>
Cc: Heinrich Schuchardt <xypron.debian at gmx.de>
Cc: Huan Wang <alison.wang at freescale.com>
Cc: Jagan Teki <jteki at openedev.com>
Cc: Joe Hershberger <joe.hershberger at ni.com>
Cc: Kim Phillips <kim.phillips at freescale.com>
Cc: Kyungmin Park <kmpark at infradead.org>
Cc: Lukasz Majewski <lukma at denx.de>
Cc: Macpaul Lin <macpaul at andestech.com>
Cc: Marek Vasut <marek.vasut at gmail.com>
Cc: Marek Vasut <marex at denx.de>
Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
Cc: Michal Simek <monstr at monstr.eu>
Cc: Minkyu Kang <mk7.kang at samsung.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Pantelis Antoniou <panto at antoniou-consulting.com>
Cc: Prafulla Wadaskar <prafulla at marvell.com>
Cc: Przemyslaw Marczak <p.marczak at samsung.com>
Cc: Robert Nelson <robertcnelson at gmail.com>
Cc: Scott Wood  <scottwood at freescale.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: Sonic Zhang <sonic.adi at gmail.com>
Cc: Stanislav Galabov <sgalabov at gmail.com>
Cc: Stefan Roese <sr at denx.de>
Cc: Stefano Babic <sbabic at denx.de>
Cc: Stephen Warren <swarren at wwwdotorg.org>
Cc: Thomas Chou <thomas at wytron.com.tw>
Cc: Tom Rini <trini at konsulko.com>
Cc: Tom Warren <TWarren at nvidia.com>
Cc: u-boot at lists.denx.de
Cc: Vagrant Cascadian <vagrant at debian.org>
Cc: Vipin Kumar <vk.vipin at gmail.com>
Cc: York Sun <yorksun at freescale.com>
---
 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)
-- 
2.13.3



More information about the U-Boot mailing list