summaryrefslogtreecommitdiff
path: root/configs/mt7988_rfb_defconfig
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2024-08-26 17:29:20 +0530
committerTom Rini <trini@konsulko.com>2024-09-03 14:08:50 -0600
commite32bdd91f2dab88aa92d8f30d66959ab3016fa26 (patch)
tree32538fbae8f46f17fa6db12f42a8ea25578d4fda /configs/mt7988_rfb_defconfig
parent5e9553cc72b87e0e6b8746cbe52c9520c89fa92d (diff)
lmb: remove config symbols used for lmb region count
The LMB memory maps are now being maintained through a couple of alloced lists, one for the available(added) memory, and one for the used memory. These lists are not static arrays but can be extended at runtime. Remove the config symbols which were being used to define the size of these lists with the earlier implementation of static arrays. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'configs/mt7988_rfb_defconfig')
-rw-r--r--configs/mt7988_rfb_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mt7988_rfb_defconfig b/configs/mt7988_rfb_defconfig
index d0ed2cc1c91..f7ceaceb303 100644
--- a/configs/mt7988_rfb_defconfig
+++ b/configs/mt7988_rfb_defconfig
@@ -81,4 +81,3 @@ CONFIG_MTK_SPIM=y
CONFIG_LZO=y
CONFIG_HEXDUMP=y
# CONFIG_EFI_LOADER is not set
-CONFIG_LMB_MAX_REGIONS=64