From c7ce26cb368d12e88be3274ba1ed4cda58a15ad8 Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Mon, 26 Aug 2024 17:29:25 +0530 Subject: 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 Reviewed-by: Simon Glass Reviewed-by: Ilias Apalodimas --- include/lmb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3