]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx: Add Makefile dependency for mkimage_fit_atf.sh
authorChris Spencer <christopher.spencer@sea.co.uk>
Thu, 20 Dec 2018 09:25:24 +0000 (09:25 +0000)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Jan 2019 15:53:53 +0000 (16:53 +0100)
commite3bc7c668f424848c18acb664ef8b077b553697b
treeb0b7fe80f418b4ce699de33beb2371b9bcf64664
parentbf413781cfbbc3df5e154b1c00e231bc2d600550
imx: Add Makefile dependency for mkimage_fit_atf.sh

The mkimage_fit_atf.sh SPL FIT generator script requires
u-boot-nodtb.bin, but this was not enforced by the Makefile. This could
cause the generator script to be executed before u-boot-nodtb.bin has
been created.

Signed-off-by: Chris Spencer <christopher.spencer@sea.co.uk>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Makefile