commit | 65597faef017836d26d47c67ecc6ae65044f35a2 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:23 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:50 2024 -0600 |
tree | 9aec2114435b5279f0fdc9c302e536a5d8e2bb63 | |
parent | 0d733f0afb0fafc55c924029ba12dc49bda6305f [diff] |
lmb: introduce a function to add memory to the lmb memory map Introduce a function lmb_add_memory() to add available memory to the LMB memory map. Call this function during board init once the LMB data structures have been initialised. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>