diff options
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | 2024-10-23 18:26:36 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-29 16:17:47 -0600 |
commit | ede2361998e5e2e6d89abb08f1f0c816d63ed221 (patch) | |
tree | 742e8626096b12523dddee1f072a3e3c03db0918 /lib/net_utils.c | |
parent | f6fb6a885120187ddcff9489ff84b1405eb132fa (diff) |
lmb: Remove lmb_alloc_flags()
lmb_alloc_flags() & lmb_alloc_base_flags() are just a wrappers for
_lmb_alloc_base(). Since the only difference is the max address of the
allowed allocation which _lmb_alloc_base() already supports with the
LMB_ALLOC_ANYWHERE flag, remove one of them.
Keep the lmb_alloc_base_flags() which also prints an error on failures
and adjust efi_allocate_pages() to only use one of them.
While at it clean up the duplicate function description from the header
file.
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'lib/net_utils.c')
0 files changed, 0 insertions, 0 deletions