[PATCH v2] lmb: Remove lmb_alloc_flags()
Tom Rini
trini at konsulko.com
Tue Oct 29 23:28:26 CET 2024
On Wed, 23 Oct 2024 18:26:36 +0300, Ilias Apalodimas wrote:
> 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.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list