diff options
| author | Wadim Egorov <[email protected]> | 2024-10-30 17:48:10 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-14 10:46:22 -0600 |
| commit | dc8a30a370df817cd1e7d20163fa6741a2569e9d (patch) | |
| tree | 4c99edfa1a65ce9780a37be8b44dff1244977700 | |
| parent | 1dd01ab1a4260363c49a36a1e4c28490b86f4407 (diff) | |
configs: phycore_am62x_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 <[email protected]>
| -rw-r--r-- | configs/phycore_am62x_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig index dfff58670a0..d4b5191af7d 100644 --- a/configs/phycore_am62x_a53_defconfig +++ b/configs/phycore_am62x_a53_defconfig @@ -72,6 +72,7 @@ CONFIG_CMD_SMC=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y CONFIG_MULTI_DTB_FIT=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_SPL_MULTI_DTB_FIT=y CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y CONFIG_ENV_OVERWRITE=y |
