Re: [PATCH 3/5] spl: fit: Use map_sysmem() with buffers for fdt address
Simon Glass <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAFLszTg6Jmnhi-e=DxTDYvY1cDiA4d3bJ6LTKvRVCOn-2xtvUg__25602.2942414106$1786135517$gmane$org@mail.gmail.com> |
On 2026-08-07T08:06:41, Nikita Shubin <[email protected]> wrote: > spl: fit: Use map_sysmem() with buffers for fdt address > > The current implementation casts an address to a pointer. Make it more > sandbox-friendly by using map_sysmem(). > > Signed-off-by: Nikita Shubin <[email protected]> > > common/spl/spl_fit.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass <[email protected]>