tee-supplicant: Cleanup TEEC_TEST_LOAD_PATH

Cleanup TEEC_TEST_LOAD_PATH and CFG_TA_TEST_PATH, as the
TEEC_TEST_LOAD_PATH was not working properly anyway.

TEEC_TEST_LOAD_PATH and CFG_TA_TEST_PATH are removed, and the
TEEC_LOAD_PATH is supposed to hold all paths where to search for TAs.

Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
7 files changed
tree: 1689a1c8bbbe82e475c261a6976c53cc7cc15ff6
  1. .github/
  2. ci/
  3. libckteec/
  4. libseteec/
  5. libteeacl/
  6. libteec/
  7. scripts/
  8. tee-supplicant/
  9. .gitattributes
  10. .gitignore
  11. Android.mk
  12. android_flags.mk
  13. CMakeLists.txt
  14. CMakeToolchain.txt
  15. config.mk
  16. flags.mk
  17. LICENSE
  18. Makefile
  19. README.md
  20. typedefs.checkpatch
README.md

OP-TEE Client API

This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.

// OP-TEE core maintainers