]> git.baikalelectronics.ru Git - uboot.git/commit
lmb: Default to not-LMB_USE_MAX_REGIONS
authorTom Rini <trini@konsulko.com>
Wed, 25 Jan 2023 23:08:23 +0000 (18:08 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 6 Feb 2023 17:07:18 +0000 (12:07 -0500)
commit99f6b007a7491d7e9303083085c00d7078a3875f
tree7a8b8e56acea58ebf899453d0398b4b4aeaf3c5f
parent946ad53e1ab2cdca473d2428429a94f04eb01f2f
lmb: Default to not-LMB_USE_MAX_REGIONS

The LMB code allows for picking a hard limit on the number of regions it
can know of, or to dynamically allocate these regions. The reason for
this choice is to allow for the compiler to perform a size optimization
in the common case. This optimization however, is very small, ranging
from 196 bytes to 15 bytes saved, or in some cases, being larger. Now
that we also have more regions covered by LMB (in order to protect
various parts of our self at run time), the default of 8 is also much
easier to hit and leads to non-obvious error messages (which imply that
an area is protected, not that we're out of areas to add to the list).

Switch to the dynamic use as the default.

Signed-off-by: Tom Rini <trini@konsulko.com>
13 files changed:
configs/a3y17lte_defconfig
configs/a5y17lte_defconfig
configs/a7y17lte_defconfig
configs/dragonboard845c_defconfig
configs/mt7981_emmc_rfb_defconfig
configs/mt7981_rfb_defconfig
configs/mt7981_sd_rfb_defconfig
configs/mt7986_rfb_defconfig
configs/mt7986a_bpir3_emmc_defconfig
configs/mt7986a_bpir3_sd_defconfig
configs/qcs404evb_defconfig
configs/starqltechn_defconfig
lib/Kconfig