fix(st): do not enable debug for MP1 TBB configs

If both DEBUG=1 and ENABLE_STACK_PROTECTOR=strong flags are set,
the memory is too small on STM32MP13 (128kB) for Trusted boot and
decryption support. To avoid this and for all the configs using
TRUSTED_BOARD_BOOT=1, we'll compile in release mode.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: Ia821cb0f9276e0ee70fd12d9b5291214201b6cfe
1 file changed