[WORKAROUND] config: boards: disable dynamic shared memory for i700_evk
When OpteeKeymaster tries to open a session to communicate with Keymaster TA, it fails with:
E OpteeKeymaster_ipc: TEEC_Opensession failed with code 0xffff000e origin 0x2
The root cause is because mobj_reg_shm_alloc() fails to map a memory region that is non-secure. To avoid that, disable support for dynamic shared memory.
Signed-off-by: Vitor Sato Eschholz vsatoes@baylibre.com
Edited by Vitor Sato Eschholz