Revert "u-boot-dey: remove fip 'optee' suffix from install scripts"

This reverts commit 2bdfdc92e1.

This suffix was removed on error. The artifact does have the suffix.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-01-18 10:55:02 +01:00
parent b4c65056fa
commit 87ef63f7c3
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ install_abort=0
BASEFILENAME=0
setenv INSTALL_ATF_FILENAME tf-a-##MACHINE##-nand.stm32
setenv INSTALL_FIP_FILENAME fip-##MACHINE##.bin
setenv INSTALL_FIP_FILENAME fip-##MACHINE##-optee.bin
setenv INSTALL_MMCDEV 1
if test -z "${image-name}"; then

View File

@ -8,7 +8,7 @@ install_abort=0
BASEFILENAME=0
setenv INSTALL_ATF_FILENAME tf-a-##MACHINE##-nand.stm32
setenv INSTALL_FIP_FILENAME fip-##MACHINE##.bin
setenv INSTALL_FIP_FILENAME fip-##MACHINE##-optee.bin
setenv INSTALL_USBDEV 0
if test -z "${image-name}"; then

View File

@ -121,7 +121,7 @@ fi
# Determine FIP file to program
if [ -z "${INSTALL_FIP_FILENAME}" ]; then
INSTALL_FIP_FILENAME="fip-##MACHINE##.bin"
INSTALL_FIP_FILENAME="fip-##MACHINE##-optee.bin"
fi
# Determine linux, recovery, and rootfs image filenames to update