[RFC PATCH v2 14/48] lmb: remove config symbols used for lmb region count
Simon Glass
sjg at chromium.org
Sat Jul 13 17:15:30 CEST 2024
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu <sughosh.ganu at linaro.org> wrote:
>
> 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 at linaro.org>
> ---
> Changes since V1: New patch
>
> configs/a3y17lte_defconfig | 1 -
> configs/a5y17lte_defconfig | 1 -
> configs/a7y17lte_defconfig | 1 -
> configs/apple_m1_defconfig | 1 -
> configs/mt7981_emmc_rfb_defconfig | 1 -
> configs/mt7981_rfb_defconfig | 1 -
> configs/mt7981_sd_rfb_defconfig | 1 -
> configs/mt7986_rfb_defconfig | 1 -
> configs/mt7986a_bpir3_emmc_defconfig | 1 -
> configs/mt7986a_bpir3_sd_defconfig | 1 -
> configs/mt7988_rfb_defconfig | 1 -
> configs/mt7988_sd_rfb_defconfig | 1 -
> configs/qcom_defconfig | 1 -
> configs/stm32mp13_defconfig | 3 ---
> configs/stm32mp15_basic_defconfig | 3 ---
> configs/stm32mp15_defconfig | 3 ---
> configs/stm32mp15_trusted_defconfig | 3 ---
> configs/stm32mp25_defconfig | 3 ---
> configs/th1520_lpi4a_defconfig | 1 -
> lib/Kconfig | 34 ----------------------------
> 20 files changed, 63 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list