diff options
author | Daniel Golle | 2023-08-21 20:38:23 +0100 |
---|---|---|
committer | Tom Rini | 2023-08-28 15:59:22 -0400 |
commit | dcde1f95bfa6d634f0cf7b7c0f6f71b3c08c6fa2 (patch) | |
tree | da208756f3738aea159ef6617f403901c531dc58 /include/arm_ffa_priv.h | |
parent | b982a850d04c1fac04df676b28d93ad26f6984d0 (diff) |
configs: set CONFIG_LMB_MAX_REGIONS=64 for MT7988 boards
Similar to MT7981 and MT7986 also MT7988 can have a high number of
reserved-memory regions used by the various hardware offloading
subsystems.
Raise CONFIG_LMB_MAX_REGIONS to 64 to avoid errors when trying to boot
Linux with more then 6 reserved regions:
ERROR: reserving fdt memory region failed (addr=4f700000 size=240000 flags=4)
ERROR: reserving fdt memory region failed (addr=15194000 size=1000 flags=4)
ERROR: reserving fdt memory region failed (addr=15294000 size=1000 flags=4)
ERROR: reserving fdt memory region failed (addr=15394000 size=1000 flags=4)
ERROR: Failed to allocate 0xb161 bytes below 0x80000000.
device tree - allocation error
Fixes: bc4adc97cfb ("board: mediatek: add MT7988 reference boards")
Reported-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'include/arm_ffa_priv.h')
0 files changed, 0 insertions, 0 deletions