]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: add a max parameter in the struct lmb_region
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 10 Mar 2021 09:16:27 +0000 (10:16 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 22 Apr 2021 18:09:45 +0000 (14:09 -0400)
commit00fd8dad4d2ed738d11f29d992dc106bbdf4d68f
treeef20e639671e0727dee0454f6aa01311ae140097
parent8f167da9c572845782000075e092e63a8273032d
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>
include/lmb.h
lib/lmb.c