Re: [PATCH] stm32mp: stm32prog: use defines for virtual partition size

2021-07-16 Thread Patrick DELAUNAY
Hi, On 7/5/21 9:39 AM, Patrick Delaunay wrote: Use the existing defines PMIC_SIZE and OTP_SIZE and a new define CMD_SIZE for virtual partition size. This patch corrects the size for OTP partition in alternate name (1024 instead of 512) and avoids other alignment issues. Signed-off-by: Patrick

Re: [PATCH] stm32mp: stm32prog: use defines for virtual partition size

2021-07-05 Thread Patrice CHOTARD
Hi Patrick On 7/5/21 9:39 AM, Patrick Delaunay wrote: > Use the existing defines PMIC_SIZE and OTP_SIZE and a new define > CMD_SIZE for virtual partition size. > > This patch corrects the size for OTP partition in alternate name > (1024 instead of 512) and avoids other alignment issues. > > Sign

[PATCH] stm32mp: stm32prog: use defines for virtual partition size

2021-07-05 Thread Patrick Delaunay
Use the existing defines PMIC_SIZE and OTP_SIZE and a new define CMD_SIZE for virtual partition size. This patch corrects the size for OTP partition in alternate name (1024 instead of 512) and avoids other alignment issues. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/cmd_stm32pro