Re: [PATCH v4 07/27] lmb: remove config symbols used for lmb region count

2024-08-26 Thread Ilias Apalodimas
On Mon, 26 Aug 2024 at 15:00, Sughosh Ganu wrote: > > The LMB memory maps are now being maintained through a couple of > alloced lists, one for the available(added) memory, and one for the > used memory. These lists are not static arrays but can be extended at > runtime. Remove the config symbols

[PATCH v4 07/27] lmb: remove config symbols used for lmb region count

2024-08-26 Thread Sughosh Ganu
The LMB memory maps are now being maintained through a couple of alloced lists, one for the available(added) memory, and one for the used memory. These lists are not static arrays but can be extended at runtime. Remove the config symbols which were being used to define the size of these lists with