core: fdtaddr: use map_sysmem() as cast for the return (part 2)
authorJohan Jonker <jbx6244@gmail.com>
Wed, 10 May 2023 21:48:44 +0000 (23:48 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2023 21:14:46 +0000 (17:14 -0400)
commit58f4bb833b22da464b94e3d0088338eb4e5f4dcc
tree6dec16d529433fd15a03bc12c11dbd7b346e97bd
parentcd88058da36ef3e8bd9ef533f37185c7cfba21df
core: fdtaddr: use map_sysmem() as cast for the return (part 2)

For the devfdt_get_addr_size_index_ptr() function use
map_sysmem() function as cast for the return for use in
sandbox.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
drivers/core/fdtaddr.c