]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0add56b4fb445546953594dafe96d183ca3b81f3
tree6dec16d529433fd15a03bc12c11dbd7b346e97bd
parent530b9850ee4c4e00f7c3ab0022f6a8b800d621ec
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