From: Wadim Egorov Date: Wed, 5 Mar 2025 04:58:38 +0000 (+0100) Subject: configs: phycore_am62ax_a53_defconfig: Add SoM overlays to OF_OVERLAY_LIST X-Git-Tag: v2025.07-rc1~18^2~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=953af03171d94d7b2a7f587d4b0c8f1c826ff1f0;p=pandora-u-boot.git configs: phycore_am62ax_a53_defconfig: Add SoM overlays to OF_OVERLAY_LIST Include SoM dt-overlays for DT control so we can include them into our u-boot FIT image. Signed-off-by: Wadim Egorov --- diff --git a/configs/phycore_am62ax_a53_defconfig b/configs/phycore_am62ax_a53_defconfig index f8692f0b3b9..b454076bbd8 100644 --- a/configs/phycore_am62ax_a53_defconfig +++ b/configs/phycore_am62ax_a53_defconfig @@ -83,6 +83,7 @@ CONFIG_CMD_RTC=y CONFIG_CMD_SMC=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y +CONFIG_OF_OVERLAY_LIST="ti/k3-am6xx-phycore-disable-spi-nor ti/k3-am6xx-phycore-disable-rtc ti/k3-am6xx-phycore-disable-eth-phy ti/k3-am6xx-phycore-qspi-nor" CONFIG_MULTI_DTB_FIT=y CONFIG_SPL_MULTI_DTB_FIT=y CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y