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

2022-04-11 Thread Tom Rini
On Tue, Mar 15, 2022 at 04:34:51PM -0400, 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 >

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

2022-03-15 Thread Tom Rini
On Tue, Mar 15, 2022 at 04:34:51PM -0400, 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 R

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

2022-03-15 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 | 32 +++