summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSughosh Ganu <[email protected]>2024-08-26 17:29:25 +0530
committerTom Rini <[email protected]>2024-09-03 14:08:50 -0600
commitc7ce26cb368d12e88be3274ba1ed4cda58a15ad8 (patch)
treef3977dbf2137ca6e2985fe4d46f4332f353eb34d /include
parentf4fb154f0a9bbb1d3c6b6e097ff6e3eb1b6216a0 (diff)
lmb: remove the lmb_init_and_reserve() function
With the changes to make the LMB reservations persistent, the common memory regions are being added during board init. Remove the now superfluous lmb_init_and_reserve() function. Signed-off-by: Sughosh Ganu <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/lmb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lmb.h b/include/lmb.h
index 70191456e5e..04558724a78 100644
--- a/include/lmb.h
+++ b/include/lmb.h
@@ -63,7 +63,6 @@ struct lmb {
*/
int lmb_init(void);
-void lmb_init_and_reserve(struct bd_info *bd, void *fdt_blob);
void lmb_init_and_reserve_range(phys_addr_t base, phys_size_t size,
void *fdt_blob);