]> Git Repo - J-u-boot.git/commit - arch/arm/mach-imx/Makefile
arm, imx, Makefile: fix u-boot-dtb.imx build in CONFIG_MULTI_DTB_FIT case
authorHeiko Schocher <[email protected]>
Tue, 28 May 2019 11:44:31 +0000 (13:44 +0200)
committerStefano Babic <[email protected]>
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 <[email protected]>
Makefile
arch/arm/mach-imx/Makefile
This page took 0.029957 seconds and 4 git commands to generate.