]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: remove the unused board_lmb_reserve() function
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 26 Aug 2024 11:59:31 +0000 (17:29 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 20:08:50 +0000 (14:08 -0600)
commitb58caada601b1929fab1e6c3a4fcfc016e1b9fbd
treecdca90c2255da93ddb489970df7acafe9cf9332b
parent6534d26ee9a5217faaba8e49cbd95ce5ef107ee8
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>
include/lmb.h
lib/lmb.c