]> git.baikalelectronics.ru Git - uboot.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)
commita7aa6958274d71799dd55493551d5d291dd81779
treeb0b7fe80f418b4ce699de33beb2371b9bcf64664
parent0bf5611670c8d2bf04f7086307da1524c2c6b6fe
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