diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-10 09:28:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-10 09:28:16 -0500 |
commit | e5aa3f4d97b11271c3a2407e272a131b7e975c61 (patch) | |
tree | 55d66c2e34af73a4721df02368e6348e89708499 /Makefile | |
parent | 43a6a1ec9055a53a11d6d735f11cceea13912bbe (diff) | |
parent | d4a0c098925d4594355506a12ae0dbbe6eed00f2 (diff) | |
download | u-boot-e5aa3f4d97b11271c3a2407e272a131b7e975c61.tar.gz u-boot-e5aa3f4d97b11271c3a2407e272a131b7e975c61.tar.bz2 u-boot-e5aa3f4d97b11271c3a2407e272a131b7e975c61.zip |
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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |