Skip to content

Commit 8cdd39e

Browse files
committed
ci: fix tfa
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent afa7ac9 commit 8cdd39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
TI_FIRMWARE="${TI_FIRMWARE:-11.01.17}"
55

66
#https://github.com/TrustedFirmware-A/trusted-firmware-a.git
7-
ATF_GIT="${ATF_GIT:-https://github.com/TrustedFirmware-A/trusted-firmware-a.git}"
8-
ATF="lts-v2.12.7"
7+
TFA_GIT="${TFA_GIT:-https://github.com/TrustedFirmware-A/trusted-firmware-a.git}"
8+
TFA="lts-v2.12.7"
99

1010
#https://github.com/OP-TEE/optee_os.git
1111
OPTEE="4.8.0"

0 commit comments

Comments
 (0)