uboot-mediatek: increase max. memory regions on mt7988-rfb
authorDaniel Golle <daniel@makrotopia.org>
Thu, 24 Aug 2023 16:24:37 +0000 (17:24 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 24 Aug 2023 17:49:49 +0000 (18:49 +0100)
commitff2379662c4a0bc5f462a568ab5dd43dd0e0d029
tree598b1c35fb3c4ee71661e17b1da43ebffe104208
parentf01982ec0be85772b2094bea4b823be275573923
uboot-mediatek: increase max. memory regions on mt7988-rfb

WED requires a bunch of additional reserved memory regions. As U-Boot's
LMB allocator defaults to a maximum of only 8 regions, this currently
makes using WED impossible.
Raise LMB_MAX_REGIONS to 64 just like for all other MediaTek boards
with a SoC supporting WED.

Fixes: 572ea68070 ("uboot-mediatek: add patches for MT7988 and builds for RFB")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/boot/uboot-mediatek/patches/104-configs-set-CONFIG_LMB_MAX_REGIONS-64-for-MT7988-boards.patch [new file with mode: 0644]