trustfence: fix building issue with trustfence enabled in cc8x

In commit 2fd1dbfed7, we accidentally removed some changes needed to
build imx-boot with Trustfence enabled, which were added in commit
1ce17da864.

This partially reverts commit 2fd1dbfed7

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2023-11-20 13:15:48 +01:00
parent 5a8d1fddae
commit ba1cb7514d
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ do_compile:ccimx8x() {
if [ -e "${BOOT_STAGING}/flash.bin" ]; then
cp ${BOOT_STAGING}/flash.bin ${S}/${BOOT_NAME}-${MACHINE}-${rev}.bin-${target}
fi
# Remove u-boot-atf-container.img so it gets generated in the next iteration
rm ${BOOT_STAGING}/u-boot-atf-container.img
done
done
unset UBOOT_CONFIG_EXTRA