commit | d0a8e59c34c491eb5f0b9c382cda1afce73975e5 | [log] [tgz] |
---|---|---|
author | Jérôme Carretero <cJ-uboot@zougloub.eu> | Tue Mar 15 16:34:51 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 11:39:19 2022 -0400 |
tree | 1918eb15cec02bc76392da4d8c62e244658d6c1d | |
parent | 9664f522dc27780cd53c4267cfc2c237dadb1738 [diff] |
spl: allow boot from first bootable partition 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 <cJ-uboot@zougloub.eu> Reviewed-by: Tom Rini <trini@konsulko.com>