commit | 6a66109b00c9f6e80d4473151f5676b55034a09d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 12 08:27:49 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:05 2023 -0500 |
tree | dbd2ba741468630e6b73584ee94cfddf8a4e9e22 | |
parent | 449b7597ac5ff020ef77b1c69ae32db2bb223042 [diff] |
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>