summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2023-01-11 14:12:28 +0530
committerAnand Gadiyar <gadiyar@ti.com>2023-01-17 06:21:22 -0600
commita0737ae249067fa88d8debf8240f6b400cd6d644 (patch)
treed1a76d3be40a5b5947d2ae9169457b2d2672852f /configs
parentee5c2ce490823c3f4f586b58931d830262d4d691 (diff)
configs: j721s2_evm_a72: Enable support for building multiple dtbs into FIT
Enable configs for building multiple dtbs into a single fit image and load the right dtb for next stage. Add k3-am68-sk-base-board dtb along with evm dtb inside DTB FIT image. This helps to use same defconfig for both EVM and SK Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/j721s2_evm_a72_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/j721s2_evm_a72_defconfig b/configs/j721s2_evm_a72_defconfig
index 4ff3d27c7a..3f686294b0 100644
--- a/configs/j721s2_evm_a72_defconfig
+++ b/configs/j721s2_evm_a72_defconfig
@@ -81,6 +81,8 @@ CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_SPL_MULTI_DTB_FIT=y
+CONFIG_MULTI_DTB_FIT=y
+CONFIG_OF_LIST="k3-j721s2-common-proc-board k3-am68-sk-base-board"
CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_MMC=y