[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 17:51:02 CEST 2025


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>


More information about the U-Boot mailing list