]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: Export the lmb data structure
authorSimon Glass <sjg@chromium.org>
Mon, 21 Oct 2024 08:19:31 +0000 (10:19 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 25 Oct 2024 20:22:24 +0000 (14:22 -0600)
commit1c30f7a844fbedfa6b08bfab9e2ad98088ce1967
tree7b64eee7e54f660a6eb47c0b5396749bcaa9421e
parentf18c048e6e6194b4f64d440f514dc158e4eb12a7
lmb: Export the lmb data structure

Provide a way to access this data structure so that the meminfo command
can use it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/lmb.c