Re: [PATCH] configs: stm32mp1: activate command rng

2021-07-16 Thread Patrick DELAUNAY
Hi, On 6/29/21 12:08 PM, Patrick Delaunay wrote: Activate the command rng with CONFIG_CMD_RNG, used to test the rng driver Signed-off-by: Patrick Delaunay --- configs/stm32mp15_basic_defconfig | 2 +- configs/stm32mp15_trusted_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deleti

Re: [PATCH] configs: stm32mp1: activate command rng

2021-07-01 Thread Patrice CHOTARD
Hi Patrick On 6/29/21 12:08 PM, Patrick Delaunay wrote: > Activate the command rng with CONFIG_CMD_RNG, used to test > the rng driver > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp15_basic_defconfig | 2 +- > configs/stm32mp15_trusted_defconfig | 2 +- > 2 files changed, 2 ins

[PATCH] configs: stm32mp1: activate command rng

2021-06-29 Thread Patrick Delaunay
Activate the command rng with CONFIG_CMD_RNG, used to test the rng driver Signed-off-by: Patrick Delaunay --- configs/stm32mp15_basic_defconfig | 2 +- configs/stm32mp15_trusted_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/stm32mp15_basic_defconfig