aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2023-01-10 21:17:47 +0530
committerTom Rini <trini@konsulko.com>2023-01-26 14:17:59 -0500
commitc7f89bae3628c9901a753dc85005147f57102a85 (patch)
treeb1de8845cbe62a05822b1c419b055023ba247818
parentdb2b9c734682c71e871c537e349a2e1a8d604bb0 (diff)
downloadu-boot-c7f89bae3628c9901a753dc85005147f57102a85.zip
u-boot-c7f89bae3628c9901a753dc85005147f57102a85.tar.gz
u-boot-c7f89bae3628c9901a753dc85005147f57102a85.tar.bz2
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>
-rw-r--r--configs/j721s2_evm_r5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/j721s2_evm_r5_defconfig b/configs/j721s2_evm_r5_defconfig
index cd25016..7cdded6 100644
--- a/configs/j721s2_evm_r5_defconfig
+++ b/configs/j721s2_evm_r5_defconfig
@@ -84,6 +84,9 @@ CONFIG_CMD_TIME=y
CONFIG_CMD_FAT=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
+CONFIG_SPL_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_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y