[PATCH v3 3/7] configs: snapdragon: Enable FIT multi-DTB and configure IMEM
Simon Glass
sjg at chromium.org
Mon Apr 20 06:06:43 CEST 2026
Hi Aswin,
On 2026-04-17T12:09:44, Aswin Murugan <aswin.murugan at oss.qualcomm.com> wrote:
> configs: snapdragon: Enable FIT multi-DTB and configure IMEM
>
> Enable CONFIG_QCOM_FIT_MULTIDTB by default for Qualcomm Snapdragon
> platforms to provide automatic DTB selection from qclinux_fit.img
> with overlay support.
>
> This allows U-Boot to automatically select the appropriate device
> tree based on hardware parameters detected from SMEM, improving
> boot compatibility across different hardware variants and reducing
> the need for board-specific DTB selection logic.
>
> Signed-off-by: Aswin Murugan <aswin.murugan at oss.qualcomm.com>
>
> configs/qcom_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
> diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
> @@ -12,6 +12,7 @@ CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
> CONFIG_BUTTON_CMD=y
> CONFIG_FIT=y
> CONFIG_FIT_VERBOSE=y
> +CONFIG_QCOM_FIT_MULTIDTB=y
The subject says 'Enable FIT multi-DTB and configure IMEM' but this
patch does not configure IMEM
How about 'configs: snapdragon: Enable FIT multi-DTB support' ?
Reviewed-by: Simon Glass <sjg at chromium.org>
Regards,
Simon
More information about the U-Boot
mailing list