ccmp1: fix the TFA naming with Trustfence enabled.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2024-02-23 11:04:31 +01:00 committed by Isaac Hermida
parent c66be227f6
commit 9f9d016f5d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ echo "Determining image files to use..."
# Determine ATF file to program
if [ -z "${INSTALL_ATF_FILENAME}" ]; then
INSTALL_ATF_FILENAME="tf-a-##MACHINE##-${module_ram}-nand##SIGNED_TFA##.stm32"
INSTALL_ATF_FILENAME="tf-a-##MACHINE##-${module_ram}-nand.stm32##SIGNED_TFA##"
fi
# Determine FIP file to program