trustfence: fix building issue with trustfence enabled in cc8x
In commit2fd1dbfed7, we accidentally removed some changes needed to build imx-boot with Trustfence enabled, which were added in commit1ce17da864. This partially reverts commit2fd1dbfed7Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
2a015f3f87
commit
fea7e623d7
|
|
@ -62,6 +62,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
|
||||
|
|
|
|||
Loading…
Reference in New Issue