Re: [PATCH 4/4] stm32mp: stm32prog: correctly handle OTP when SMC is not supported

2022-09-07 Thread Patrice CHOTARD
Hi Patrick On 9/6/22 18:53, Patrick Delaunay wrote: > As the SMC is only supported in SP-MIN for STM32MP15x, the associated > partition should be absent when the TA NVMEM is not available in OPT-TEE > in STM32MP13x. > > Signed-off-by: Patrick Delaunay > --- > >

[PATCH 4/4] stm32mp: stm32prog: correctly handle OTP when SMC is not supported

2022-09-06 Thread Patrick Delaunay
As the SMC is only supported in SP-MIN for STM32MP15x, the associated partition should be absent when the TA NVMEM is not available in OPT-TEE in STM32MP13x. Signed-off-by: Patrick Delaunay --- .../mach-stm32mp/cmd_stm32prog/stm32prog.c| 25 +--