Re: [PATCH v2] env: mmc: Add support for redundant env in both eMMC boot partitions

2021-10-26 Thread Tom Rini
On Sun, Oct 17, 2021 at 07:23:36PM +0200, Marek Vasut wrote: > Currently the MMC environment driver supports storing redundant environment > only in one eMMC partition at different offsets. This is sub-optimal, since > if this one boot partition is erased, both copies of environment are lost. >

Re: [PATCH v2] env: mmc: Add support for redundant env in both eMMC boot partitions

2021-10-18 Thread Marek Vasut
On 10/18/21 4:02 AM, Jaehoon Chung wrote: Hi Marek, Hi, On 10/18/21 2:23 AM, Marek Vasut wrote: Currently the MMC environment driver supports storing redundant environment only in one eMMC partition at different offsets. This is sub-optimal, since if this one boot partition is erased, both

Re: [PATCH v2] env: mmc: Add support for redundant env in both eMMC boot partitions

2021-10-17 Thread Jaehoon Chung
Hi Marek, On 10/18/21 2:23 AM, Marek Vasut wrote: > Currently the MMC environment driver supports storing redundant environment > only in one eMMC partition at different offsets. This is sub-optimal, since > if this one boot partition is erased, both copies of environment are lost. > Since the

[PATCH v2] env: mmc: Add support for redundant env in both eMMC boot partitions

2021-10-17 Thread Marek Vasut
Currently the MMC environment driver supports storing redundant environment only in one eMMC partition at different offsets. This is sub-optimal, since if this one boot partition is erased, both copies of environment are lost. Since the eMMC has two boot partitions, add support for storing one