commit | 27fc17ff32434e12680a7212615e9bb1c7566b67 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:25 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:50 2024 -0600 |
tree | f3977dbf2137ca6e2985fe4d46f4332f353eb34d | |
parent | 6518b41d0914b984ba942375027d7fa7a92d12fb [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 <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>