On 30/09/2025 16:55, Tom Rini wrote: > On Tue, Sep 30, 2025 at 03:51:02PM +0000, [email protected] 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 <[email protected]> > > 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.

