lmb: remove lmb_init_and_reserve_range() function
With the move to make the LMB allocations persistent and the common memory regions being reserved during board init, there is no need for an explicit reservation of a memory range. Remove the lmb_init_and_reserve_range() function. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -63,9 +63,6 @@ struct lmb {
|
||||
*/
|
||||
int lmb_init(void);
|
||||
|
||||
void lmb_init_and_reserve_range(phys_addr_t base, phys_size_t size,
|
||||
void *fdt_blob);
|
||||
|
||||
/**
|
||||
* lmb_add_memory() - Add memory range for LMB allocations
|
||||
*
|
||||
|
Reference in New Issue
Block a user