|
@@ -18,7 +18,7 @@ choice
|
|
|
Select the version of OP-TEE OS you want to use
|
|
|
|
|
|
config BR2_TARGET_OPTEE_OS_LATEST
|
|
|
- bool "3.5.0"
|
|
|
+ bool "3.7.0"
|
|
|
help
|
|
|
Use the latest release tag from the OP-TEE OS official Git
|
|
|
repository.
|
|
@@ -50,7 +50,7 @@ endif
|
|
|
|
|
|
config BR2_TARGET_OPTEE_OS_VERSION
|
|
|
string
|
|
|
- default "3.5.0" if BR2_TARGET_OPTEE_OS_LATEST
|
|
|
+ default "3.7.0" if BR2_TARGET_OPTEE_OS_LATEST
|
|
|
default BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION \
|
|
|
if BR2_TARGET_OPTEE_OS_CUSTOM_GIT
|
|
|
|