[PATCH] board: mpfs_icicle: fix pointer assignment in board_fdt_blob_setup()

Conor.Dooley at microchip.com Conor.Dooley at microchip.com
Tue Sep 30 18:03:29 CEST 2025


On 30/09/2025 16:55, Tom Rini wrote:
> On Tue, Sep 30, 2025 at 03:51:02PM +0000, Conor.Dooley at microchip.com wrote:
>> On 30/09/2025 16:48, Tom Rini wrote:
>>> On Tue, Sep 30, 2025 at 04:45:34PM +0100, Jamie Gibbons wrote:
>>>
>>>> Correct the assignment in board_fdt_blob_setup() to use *fdtp instead of
>>>> fdtp, ensuring the caller receives the correct FDT address. This
>>>> resolves an issue where the device tree pointer was not properly set due
>>>> to assigning to the local parameter rather than the dereferenced
>>>> pointer.
>>>>
>>>> Fixes: 63a8506580b6 ("board: mpfs_icicle: implement board_fdt_blob_setup()/board_fit_config_name_match()")
>>>
>>> This commit is not in master nor next, where is it? I think this is
>>> something that can be folded in to another patch and that patch
>>> re-posted. Thanks.
>>
>> It should be:
>> Fixes: 7c16ebba1ed ("board: mpfs_icicle: implement board_fdt_blob_setup()/board_fit_config_name_match()")
>> and the patch is
>> Reviewed-by: Conor Dooley <conor.dooley at microchip.com>
> 
> Ah. And that is in master, so this should be for v2025.10 then?
> 

Yeah, I would say so. It's not working correctly at the moment,
it's not just a theoretical problem.



More information about the U-Boot mailing list