summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-01-10 09:28:16 -0500
committerTom Rini <trini@konsulko.com>2019-01-10 09:28:16 -0500
commite5aa3f4d97b11271c3a2407e272a131b7e975c61 (patch)
tree55d66c2e34af73a4721df02368e6348e89708499 /Makefile
parent43a6a1ec9055a53a11d6d735f11cceea13912bbe (diff)
parentd4a0c098925d4594355506a12ae0dbbe6eed00f2 (diff)
downloadu-boot-e5aa3f4d97b11271c3a2407e272a131b7e975c61.tar.gz
Merge tag 'u-boot-imx-20190110' of git://git.denx.de/u-boot-imx
Fixes for 2019.01
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4d0c3002e..99cb9e434d 100644
--- a/Makefile
+++ b/Makefile
@@ -1155,6 +1155,9 @@ U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
else
ifneq ($(CONFIG_SPL_FIT_GENERATOR),"")
U_BOOT_ITS := u-boot.its
+ifeq ($(CONFIG_SPL_FIT_GENERATOR),"arch/arm/mach-imx/mkimage_fit_atf.sh")
+U_BOOT_ITS_DEPS += u-boot-nodtb.bin
+endif
ifeq ($(CONFIG_SPL_FIT_GENERATOR),"arch/arm/mach-rockchip/make_fit_atf.py")
U_BOOT_ITS_DEPS += u-boot
endif