summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2023-01-11 14:12:27 +0530
committerAnand Gadiyar <gadiyar@ti.com>2023-01-17 06:21:22 -0600
commitee5c2ce490823c3f4f586b58931d830262d4d691 (patch)
tree49fe370923333db22f69482bcf9fe0a074daf8d5 /configs
parentbd53c102458cc39a8b2ab68e19996a2280a4d509 (diff)
configs: j721s2_evm_r5: 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. This will help 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_r5_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/j721s2_evm_r5_defconfig b/configs/j721s2_evm_r5_defconfig
index be364ece49..8afe47b54a 100644
--- a/configs/j721s2_evm_r5_defconfig
+++ b/configs/j721s2_evm_r5_defconfig
@@ -67,6 +67,10 @@ CONFIG_CMD_TIME=y
CONFIG_CMD_FAT=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
+CONFIG_SPL_MULTI_DTB_FIT=y
+CONFIG_MULTI_DTB_FIT=y
+CONFIG_SPL_OF_LIST="k3-j721s2-r5-common-proc-board k3-am68-sk-r5-base-board"
+CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y
CONFIG_SPL_DM=y