]> Git Repo - u-boot.git/commit
lmb: Remove lmb_alloc_addr_flags()
authorIlias Apalodimas <[email protected]>
Wed, 18 Dec 2024 07:02:35 +0000 (09:02 +0200)
committerTom Rini <[email protected]>
Mon, 30 Dec 2024 19:21:55 +0000 (13:21 -0600)
commit15e0c5e390ffac7682193b7e1a615898b569deb1
treeceba008ab7b9b5cff0450bfd24773a9b464ce32a
parentc207d6e3e31fd07885fa341209fcf90740e9f7d6
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 <[email protected]>
Tested-by: Sam Protsenko <[email protected]>
Signed-off-by: Ilias Apalodimas <[email protected]>
fs/fs.c
include/lmb.h
lib/efi_loader/efi_memory.c
lib/lmb.c
test/lib/lmb.c
This page took 0.034391 seconds and 4 git commands to generate.