commit | 9e0a13b4f310c2880fcc171b7032ffe0f62ef1b8 | [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 | a7ca480e857f5261bef0dcac12cec4b72800e039 [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>