diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2025-03-05 05:58:38 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-18 08:12:53 -0600 |
commit | 953af03171d94d7b2a7f587d4b0c8f1c826ff1f0 (patch) | |
tree | b40e34ea84e93e525c51f129e86e6659561f0ae9 | |
parent | 71582e7fa83adbdeb5e0f7f3f0a441e6c2875a3d (diff) |
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 <w.egorov@phytec.de>
-rw-r--r-- | configs/phycore_am62ax_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |