[PATCH v9] core: fdtaddr: use map_sysmem() as cast for the return
Simon Glass
sjg at chromium.org
Fri Apr 28 21:20:03 CEST 2023
On Sun, 23 Apr 2023 at 03:19, Johan Jonker <jbx6244 at gmail.com> wrote:
>
> For the devfdt_get_addr_index_ptr() and devfdt_get_addr_size_index_ptr()
> function use map_sysmem() function as cast for the return for use in
> sandbox. Also fix sandbox test.
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
> ---
>
> Apply after:
> [PATCH v8 00/24] Fixes for Rockchip NFC driver part 1
> with replacement:
> [PATCH v9] core: fdtaddr: add devfdt_get_addr_size_index_ptr function
>
> ---
>
> Changed V9:
> New patch.
> Split use of map_sysmem() from previous series.
> ---
> drivers/core/fdtaddr.c | 11 +++++++++--
> test/dm/test-fdt.c | 5 ++++-
> 2 files changed, 13 insertions(+), 3 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Thanks for digging into this.
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list