
13 Sep
2021
13 Sep
'21
9:10 p.m.
Hi Patrick,
On Thu, Sep 2, 2021 at 11:56 AM Patrick Delaunay patrick.delaunay@foss.st.com wrote:
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
arch/arm/mach-stm32mp/fdt.c | 1 - board/st/common/stm32mp_mtdparts.c | 3 +-- include/tee.h | 11 +++++++++++ 3 files changed, 12 insertions(+), 3 deletions(-)
Reviewed-by: Jens Wiklander jens.wiklander@linaro.org