commit | f12b794f4c2eefdd9aa15534f3ffbfa14586476c | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:15 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:49 2024 -0600 |
tree | b1379046a9e32ec806bab565b589dcc24914b8a6 | |
parent | 514a5ecf672ee498403db231318034cef2a10464 [diff] |
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>