[PATCH] board: mpfs_icicle: fix pointer assignment in board_fdt_blob_setup()
Tom Rini
trini at konsulko.com
Tue Sep 30 18:19:37 CEST 2025
On Tue, Sep 30, 2025 at 04:03:29PM +0000, Conor.Dooley at microchip.com wrote:
> 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.
I'll edit to have just the correct fixes tag when applying then, thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250930/8f2a1759/attachment.sig>
More information about the U-Boot
mailing list