arm, imx, Makefile: fix u-boot-dtb.imx build in CONFIG_MULTI_DTB_FIT case
authorHeiko Schocher <hs@denx.de>
Tue, 28 May 2019 11:44:31 +0000 (13:44 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jun 2019 08:42:48 +0000 (10:42 +0200)
commit16c776d321aa847514f2134f890717f4de6a998c
treef216930aba38c50cb80cacc72bdbf7bffa38cf1a
parent5ef237ad6faf0765985e2942c968f9834bc791ef
arm, imx, Makefile: fix u-boot-dtb.imx build in CONFIG_MULTI_DTB_FIT case

in case CONFIG_MULTI_DTB_FIT is set and u-boot-dtb.imx
image is build, currently u-boot-dtb.bin is used for
generating the u-boot-dtb.imx binary, which is wrong, as
it contains only a dtb blob not the fit.blob

Use instead the u-boot-fit-dtb.bin for generating
u-boot-dtb.imx which contains the fit.blob.

Signed-off-by: Heiko Schocher <hs@denx.de>
Makefile
arch/arm/mach-imx/Makefile