Re: [RESEND PATCH 3/3] env: mmc: add redundancy support in mmc_offset_try_partition

2020-07-27 Thread Tom Rini
On Mon, Jun 15, 2020 at 10:38:57AM +0200, Patrick Delaunay wrote: > Manage 2 copy at the end of the partition selected by config > "u-boot,mmc-env-partition" to save the U-Boot environment, > with CONFIG_ENV_SIZE and 2*CONFIG_ENV_SIZE offset. > > This patch allows to support redundancy

[RESEND PATCH 3/3] env: mmc: add redundancy support in mmc_offset_try_partition

2020-06-15 Thread Patrick Delaunay
Manage 2 copy at the end of the partition selected by config "u-boot,mmc-env-partition" to save the U-Boot environment, with CONFIG_ENV_SIZE and 2*CONFIG_ENV_SIZE offset. This patch allows to support redundancy (CONFIG_ENV_OFFSET_REDUND). Signed-off-by: Patrick Delaunay --- env/mmc.c | 6

Re: [Uboot-stm32] [PATCH 3/3] env: mmc: add redundancy support in mmc_offset_try_partition

2020-04-17 Thread Patrice CHOTARD
Hi On 3/19/20 10:59 AM, Patrick Delaunay wrote: > Manage 2 copy at the end of the partition selected by config > "u-boot,mmc-env-partition" to save the U-Boot environment, > with CONFIG_ENV_SIZE and 2*CONFIG_ENV_SIZE offset. > > This patch allows to support redundancy (CONFIG_ENV_OFFSET_REDUND).

[PATCH 3/3] env: mmc: add redundancy support in mmc_offset_try_partition

2020-03-19 Thread Patrick Delaunay
Manage 2 copy at the end of the partition selected by config "u-boot,mmc-env-partition" to save the U-Boot environment, with CONFIG_ENV_SIZE and 2*CONFIG_ENV_SIZE offset. This patch allows to support redundancy (CONFIG_ENV_OFFSET_REDUND). Signed-off-by: Patrick Delaunay --- env/mmc.c | 6