]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: stm32mp15: increase the number of reserved memory region in lmb
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 10 Mar 2021 09:16:32 +0000 (10:16 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 22 Apr 2021 18:09:45 +0000 (14:09 -0400)
commit0089affee275e47047be8ae9deac6ca08a5da478
tree0242d9c04798bd3650f95940b78056ff02cafd6c
parent6d66502bc74182105c7fc77efe7bf8d04ac4e345
configs: stm32mp15: increase the number of reserved memory region in lmb

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 the max number of
supported reserved memory in lmb library to 16.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
configs/stm32mp15_basic_defconfig
configs/stm32mp15_trusted_defconfig