]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: remove the unused lmb_is_reserved() function
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 26 Aug 2024 11:59:15 +0000 (17:29 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 20:08:49 +0000 (14:08 -0600)
commitf506ca00d6c27a56b9471b49c706b2374bfa40ca
treeb1379046a9e32ec806bab565b589dcc24914b8a6
parentc4eced2ec0d566e69281a2c20b0b43a141574318
lmb: remove the unused lmb_is_reserved() function

The lmb_is_reserved() API is not used. There is another API,
lmb_is_reserved_flags() which can be used to check if a particular
memory region is reserved. Remove the unused API.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/lmb.h
lib/lmb.c