]> git.dujemihanovic.xyz Git - u-boot.git/commit
fdt: Drop the confusing casts in lmb_free()
authorSimon Glass <sjg@chromium.org>
Sun, 12 Nov 2023 15:27:49 +0000 (08:27 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commit79e9727f152f4e0ea46ffe2da74d6fc2574e4c98
treedbd2ba741468630e6b73584ee94cfddf8a4e9e22
parentf2cbe6e43e18e9b65190c53cb4b92dd6699cb38b
fdt: Drop the confusing casts in lmb_free()

Just use map_to_sysmem() instead of all the casting.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/image-fdt.c