Re: [PATCH 4/6] configs: stm32mp13: Activate CONFIG_CMD_FUSE

2023-01-12 Thread Patrice CHOTARD
Hi Patrick On 1/6/23 13:20, Patrick Delaunay wrote: > Activate the command fuse to access on STM32MP13x OTP with > the BSEC driver. > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp13_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/stm32mp13_defconfig b/

Re: [PATCH 4/6] configs: stm32mp13: Activate CONFIG_CMD_FUSE

2023-01-12 Thread Patrice CHOTARD
Hi Patrick On 1/6/23 13:20, Patrick Delaunay wrote: > Activate the command fuse to access on STM32MP13x OTP with > the BSEC driver. > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp13_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/stm32mp13_defconfig b/

[PATCH 4/6] configs: stm32mp13: Activate CONFIG_CMD_FUSE

2023-01-06 Thread Patrick Delaunay
Activate the command fuse to access on STM32MP13x OTP with the BSEC driver. Signed-off-by: Patrick Delaunay --- configs/stm32mp13_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index af6b1839d039..f3d5e9812c6c 100644 --- a