Re: [PATCH 2/2] stm32mp: correct the dependency for bootcount configs

2022-01-24 Thread Patrice CHOTARD
Hi Patrick On 12/7/21 10:05, Patrick Delaunay wrote: > Default value for CONFIG_SYS_BOOTCOUNT_SINGLEWORD and > CONFIG_SYS_BOOTCOUNT_ADDR are only needed when > CONFIG_BOOTCOUNT_GENERIC is used. > > This patch avoids to define these configs when an other bootcount backend > is activated, for examp

Re: [PATCH 2/2] stm32mp: correct the dependency for bootcount configs

2022-01-14 Thread Patrice CHOTARD
Hi Patrick On 12/7/21 10:05 AM, Patrick Delaunay wrote: > Default value for CONFIG_SYS_BOOTCOUNT_SINGLEWORD and > CONFIG_SYS_BOOTCOUNT_ADDR are only needed when > CONFIG_BOOTCOUNT_GENERIC is used. > > This patch avoids to define these configs when an other bootcount backend > is activated, for ex

[PATCH 2/2] stm32mp: correct the dependency for bootcount configs

2021-12-07 Thread Patrick Delaunay
Default value for CONFIG_SYS_BOOTCOUNT_SINGLEWORD and CONFIG_SYS_BOOTCOUNT_ADDR are only needed when CONFIG_BOOTCOUNT_GENERIC is used. This patch avoids to define these configs when an other bootcount backend is activated, for example for CONFIG_BOOTCOUNT_ENV. Signed-off-by: Patrick Delaunay ---