commit | 8c69fc23d0554254c7e5bdf1b4e2372e307bf1ff | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Mar 10 10:16:27 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 22 14:09:45 2021 -0400 |
tree | ef20e639671e0727dee0454f6aa01311ae140097 | |
parent | bab3296626b5c5c191ab308fddec4847174a5068 [diff] |
lmb: add a max parameter in the struct lmb_region Add a max parameter in lmb_region struct to handle test in lmb_add_region without using the MAX_LMB_REGIONS define. This patch allows to modify these size independently for memory of reserved regions in the next patches. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>