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

Tom Rini trini at konsulko.com
Tue Sep 30 18:26:27 CEST 2025


On Tue, 30 Sep 2025 16:45:34 +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.
> 
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] board: mpfs_icicle: fix pointer assignment in board_fdt_blob_setup()
      commit: 8dee93cfc50992990ea6f1871b128d464929e1f5
-- 
Tom




More information about the U-Boot mailing list