commit | cc2ed3de994f1e67116b473aa05e0ccc7b1df323 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Dec 18 09:02:35 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 30 13:21:55 2024 -0600 |
tree | ceba008ab7b9b5cff0450bfd24773a9b464ce32a | |
parent | e2a6f9790011e4e5f3baab08ac9d06162b94394c [diff] |
lmb: Remove lmb_alloc_addr_flags() lmb_alloc_addr() is just calling lmb_alloc_addr_flags() with LMB_NONE There's not much we gain from this abstraction, so let's remove the latter, add a flags argument to lmb_alloc_addr() and make the code a bit easier to follow. Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> Tested-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>