Re: [PATCH v3] mmc: Update environment variable with active partition

2021-05-13 Thread Jaehoon Chung
On 5/14/21 7:17 AM, Reuben Dowle wrote: > >> >> Could you also update doc/usage/mmc.rst? >> > > I have sent a v4 patch that also updates the documentation. Thank you! Best Regards, Jaehoon Chung > > > [cid:4RFLogo(Custom)(2)_0f31a7de-6dd6-43cf-bc6a-a097a2b80b6

RE: [PATCH v3] mmc: Update environment variable with active partition

2021-05-13 Thread Reuben Dowle
> > Could you also update doc/usage/mmc.rst? > I have sent a v4 patch that also updates the documentation.

Re: [PATCH v3] mmc: Update environment variable with active partition

2021-05-13 Thread Jaehoon Chung
Hi Reuben, On 5/13/21 12:40 PM, Reuben Dowle wrote: > This patch allows uboot scripts make choices about where to boot from based > on the active mmc boot partition. This allows having two copies of kernel, > filesystems etc, and choosing which to boot from based off of the active > bootloader par

[PATCH v3] mmc: Update environment variable with active partition

2021-05-12 Thread Reuben Dowle
This patch allows uboot scripts make choices about where to boot from based on the active mmc boot partition. This allows having two copies of kernel, filesystems etc, and choosing which to boot from based off of the active bootloader partition. Signed-off-by: Reuben Dowle --- cmd/mmc.c | 14 +++