[PATCH] board: mpfs_icicle: fix pointer assignment in board_fdt_blob_setup()
Tom Rini
trini at konsulko.com
Tue Sep 30 17:48:37 CEST 2025
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.
--
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/956afd46/attachment.sig>
More information about the U-Boot
mailing list