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:
parent
b4c65056fa
commit
87ef63f7c3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue