Re: [PATCH v2] spl: allow boot from first bootable partition

2022-03-15 Thread Tom Rini
On Thu, Mar 10, 2022 at 01:38:37PM -0500, Jérôme Carretero wrote: > This was implemented in order to get dual-slot bootloader > partitions on the BeagleBone Black, whose MLO boots from > the first bootable partition: MLO chainloads u-boot in the > same way. > > Signed-off-by: Jérôme Carretero >

[PATCH v2] spl: allow boot from first bootable partition

2022-03-10 Thread Jérôme Carretero
This was implemented in order to get dual-slot bootloader partitions on the BeagleBone Black, whose MLO boots from the first bootable partition: MLO chainloads u-boot in the same way. Signed-off-by: Jérôme Carretero --- common/spl/Kconfig | 3 ++- common/spl/spl_mmc.c | 33