commit | 4f53ac2adbc0f4d3bfebee1b414870e228469989 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Thu Sep 02 11:56:17 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 05 08:44:48 2021 -0400 |
tree | e5c87fdaad364c2a78df4875fce1da3809f91b2d | |
parent | 51827f9a8be3def01b837a2809094e2fd2703b6a [diff] |
tee: add a stub for tee_find_device Add stub for tee_find_device function when CONFIG_TEE is not activated to simplify the caller code. This patch allows to remove the CONFIG_IS_ENABLED(OPTEE) tests for stm32 platform. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Acked-by: Etienne Carriere <etienne.carriere@inaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>