Re: [PATCH v7 05/13] stm32mp1: dk2: Add image information for capsule updates

2022-07-14 Thread Ilias Apalodimas
On Thu, 14 Jul 2022 at 21:40, Sughosh Ganu wrote: > > Enabling capsule update functionality on the platform requires > populating information on the images that are to be updated using the > functionality. Do so for the DK2 board. > > Signed-off-by: Sughosh Ganu > Reviewed-by: Patrick Delaunay >

[PATCH v7 05/13] stm32mp1: dk2: Add image information for capsule updates

2022-07-14 Thread Sughosh Ganu
Enabling capsule update functionality on the platform requires populating information on the images that are to be updated using the functionality. Do so for the DK2 board. Signed-off-by: Sughosh Ganu Reviewed-by: Patrick Delaunay --- Changes since V6: * s/STM32MP1/STM32MP15/ as suggested by Pat