Re: [PATCH v2 8/8] configs: stm32mp15: increase the number of reserved memory region in lmb

2021-04-23 Thread Tom Rini
On Wed, Mar 10, 2021 at 10:16:32AM +0100, Patrick Delaunay wrote: > For the latest kernel device tree the max number of reserved regions > in lmb library is reached: 8 with 5 reserved regions in device tree. > > When a new region is added, the lmb allocation for the device tree > relocation faile

[PATCH v2 8/8] configs: stm32mp15: increase the number of reserved memory region in lmb

2021-03-10 Thread Patrick Delaunay
For the latest kernel device tree the max number of reserved regions in lmb library is reached: 8 with 5 reserved regions in device tree. When a new region is added, the lmb allocation for the device tree relocation failed and boot with ramdisk failed. This patch avoids this issue by increasing t