| commit | d59ed2d3a9635791f72f7fdc3f59ba1b8b5c960f | [log] [tgz] |
|---|---|---|
| author | zhanglejia <zhanglejia@baidu.com> | Tue Jul 26 20:53:26 2022 +0800 |
| committer | Jérôme Forissier <jerome@forissier.org> | Tue Jul 26 15:01:07 2022 +0200 |
| tree | c7d5d24e92ed27db4ecc8358ce8331cccca96c44 | |
| parent | e7cba71cc6e2ecd02f412c7e9ee104f0a5dffc6f [diff] |
cmake: fix log level don't take effect CFG_TEE_CLIENT_LOG_LEVEL and CFG_TEE_SUPP_LOG_LEVEL have no effect on DEBUGLEVEL_X when compiling with cmake. Therefore, modifying the values of CFG_TEE_CLIENT_LOG_LEVEL and CFG_TEE_SUPP_LOG_LEVEL cannot set the log level. Signed-off-by: Lejia Zhang zhanlej@gmail.com Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
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