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 <w...@denx.de> Cc: Albert Aribaud <albert.u.b...@aribaud.net> Cc: Alexander Graf <ag...@suse.de> Cc: Alexey Brodkin <alexey.brod...@synopsys.com> Cc: Anatolij Gustschin <ag...@denx.de> Cc: Andre Przywara <andre.przyw...@arm.com>, Cc: Andreas Bießmann <andreas.de...@googlemail.com> Cc: Angelo Dureghello <ang...@sysam.it> Cc: Bin Meng <bmeng...@gmail.com> Cc: Daniel Hellstrom <dan...@gaisler.com> Cc: Daniel Schwierzeck <daniel.schwierz...@googlemail.com> Cc: Heiko Schocher <h...@denx.de> Cc: Heinrich Schuchardt <xypron.deb...@gmx.de> Cc: Huan Wang <alison.w...@freescale.com> Cc: Jagan Teki <jt...@openedev.com> Cc: Joe Hershberger <joe.hershber...@ni.com> Cc: Kim Phillips <kim.phill...@freescale.com> Cc: Kyungmin Park <kmp...@infradead.org> Cc: Lukasz Majewski <lu...@denx.de> Cc: Macpaul Lin <macp...@andestech.com> Cc: Marek Vasut <marek.va...@gmail.com> Cc: Marek Vasut <ma...@denx.de> Cc: Masahiro Yamada <yamada.masah...@socionext.com> Cc: Michal Simek <mon...@monstr.eu> Cc: Minkyu Kang <mk7.k...@samsung.com> Cc: Nobuhiro Iwamatsu <iwama...@nigauri.org> Cc: Pantelis Antoniou <pa...@antoniou-consulting.com> Cc: Prafulla Wadaskar <prafu...@marvell.com> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Robert Nelson <robertcnel...@gmail.com> Cc: Scott Wood <scottw...@freescale.com> Cc: Simon Glass <s...@chromium.org> Cc: Sonic Zhang <sonic....@gmail.com> Cc: Stanislav Galabov <sgala...@gmail.com> Cc: Stefan Roese <s...@denx.de> Cc: Stefano Babic <sba...@denx.de> Cc: Stephen Warren <swar...@wwwdotorg.org> Cc: Thomas Chou <tho...@wytron.com.tw> Cc: Tom Rini <tr...@konsulko.com> Cc: Tom Warren <twar...@nvidia.com> Cc: u-boot@lists.denx.de Cc: Vagrant Cascadian <vagr...@debian.org> Cc: Vipin Kumar <vk.vi...@gmail.com> Cc: York Sun <york...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot