On 10/15/25 21:04, Tom Rini wrote:
On Wed, Oct 15, 2025 at 04:44:04PM +0100, Simon Glass wrote:
At present, normally when one bootmeth fails on a partition, we move on
and try the next bootmeth. However, this was not the case for the final
partition due to a bug. Rework the logic so that all partitions are
treated the same.
Signed-off-by: Simon Glass <[email protected]>
---
Changes in v4:
- Reword the commit message as Tom suggested
boot/bootflow.c | 34 ++++++++++++++++------------------
1 file changed, 16 insertions(+), 18 deletions(-)
I'm glad you reworded this, but it's frustrating you didn't also post
this stand alone (and presumably sooner) as was requested as it's a
stand alone fix.
I guess you could still apply it standalone to origin/master.
Best regards
Heinrich