Files
u-boot/include
Ilias Apalodimas ede2361998 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>
2024-10-29 16:17:47 -06:00
..
2024-10-17 03:12:47 +02:00
2024-10-24 11:20:58 -06:00
2024-10-23 06:52:38 +02:00
2024-10-18 14:10:22 -06:00
2024-09-24 13:41:20 -06:00
2024-10-10 16:02:20 -06:00
2024-10-29 16:17:47 -06:00
2024-10-11 11:44:47 -06:00
2024-10-24 11:21:48 -06:00
2024-10-16 11:11:56 -06:00
2024-09-30 17:48:12 -06:00
2024-09-12 17:35:37 +02:00
2024-10-22 19:51:23 +02:00