commit | d80105bb970f080d5dde041efdeed3ad4ca7f81c | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Jun 17 16:13:43 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 25 09:50:37 2025 -0600 |
tree | 00665098b4771f528ad0c671c870fa57264d67a0 | |
parent | 30e7acb6c8e68472eae6aa270fe97618f990cee2 [diff] |
lmb: use a single function to free up memory There is no need to have two separate API's for freeing up memory. Use a single API lmb_free() to achieve this. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>