imx-boot: add dtbs parameter to print_fit_hab build

https://jira.digi.com/browse/DEL-7024

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2020-05-28 09:33:25 +02:00
parent 5b23f09622
commit 02646996b9
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ do_compile () {
if [ "${TRUSTFENCE_SIGN}" = "1" ]; then
# Log HAB FIT information
bbnote "building ${SOC_TARGET} - print_fit_hab"
make SOC=${SOC_TARGET} print_fit_hab > mkimage-print_fit_hab.log 2>&1
make SOC=${SOC_TARGET} dtbs=${UBOOT_DTB_NAME} print_fit_hab > mkimage-print_fit_hab.log 2>&1
fi
fi
done