[PATCH v4 01/11] boot: Try all bootmeths on the final partition
    Heinrich Schuchardt 
    xypron.glpk at gmx.de
       
    Thu Oct 16 14:55:27 CEST 2025
    
    
  
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 <sjg at chromium.org>
>> ---
>>
>> 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
    
    
More information about the U-Boot
mailing list