Hi Marek,
On Thu, 6 Jun 2024 at 17:33, Marek Mojík wrote:
>
> From: Pali Rohár
>
> When U-Boot is running from flash memory (execute in place) then
> gd->fdt_blob before relocation points to read-only flash memory.
>
> So U-Boot calls board_fix_fdt() with read-only gd->fdt_blob pointer which
> c
Reviewed-by: Marek Behún
From: Pali Rohár
When U-Boot is running from flash memory (execute in place) then
gd->fdt_blob before relocation points to read-only flash memory.
So U-Boot calls board_fix_fdt() with read-only gd->fdt_blob pointer which
cause immediate CPU crash when callback is trying to modify gd->fdt_blob.
3 matches
Mail list logo