commit | 4a85f137048f29cc7404800613cdc5d54687a0ed | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:31 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:50 2024 -0600 |
tree | cdca90c2255da93ddb489970df7acafe9cf9332b | |
parent | e5348c7212aa83431454da573147fdd3e3303ae7 [diff] |
lmb: remove the unused board_lmb_reserve() function The board_lmb_reserve() function is not being used, and currently there is only an empty weak function defined. Remove this unused function. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>