Re: [PATCH] Expose active mmc boot partition to scripts

2020-09-01 Thread Tom Rini
On Tue, Sep 01, 2020 at 10:01:18PM +, 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 the active > b

[PATCH] Expose active mmc boot partition to scripts

2020-09-01 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 the active bootloader partition. Signed-off-by: Reuben Dowle --- cmd/mmc.c | 2 ++