Re: [Uboot-stm32] [PATCH 33/33] configs: stm32mp15: enable LOG features

2020-10-21 Thread Patrice CHOTARD
Hi Patrick On 10/14/20 11:16 AM, Patrick Delaunay wrote: > Activate the logging features in SPL and U-Boot > (CONFIG_LOG and CONFIG_SPL_LOG) and the command 'log' with > CONFIG_CMD_LOG. > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp15_basic_defconfig | 2 ++ >

[PATCH 33/33] configs: stm32mp15: enable LOG features

2020-10-14 Thread Patrick Delaunay
Activate the logging features in SPL and U-Boot (CONFIG_LOG and CONFIG_SPL_LOG) and the command 'log' with CONFIG_CMD_LOG. Signed-off-by: Patrick Delaunay --- configs/stm32mp15_basic_defconfig | 2 ++ configs/stm32mp15_trusted_defconfig | 1 + 2 files changed, 3 insertions(+) diff --git