summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2022-02-09 12:36:57 +0300
committerTom Rini <trini@konsulko.com>2022-02-16 22:19:30 +0300
commitd9c59a3da1913558de8eef605005c2c15b621c1c (patch)
tree4526520680d14bf12794f24f3e84838c8a4cdfbc /configs
parentdaad7d6d854b2babc3ad4e9d641cac6bfba5e7c9 (diff)
downloadu-boot-d9c59a3da1913558de8eef605005c2c15b621c1c.tar.xz
configs: j721e_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 J721E EVM and SK boards. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/j721e_evm_r5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig
index 1fb13a8a70..e6a5f99505 100644
--- a/configs/j721e_evm_r5_defconfig
+++ b/configs/j721e_evm_r5_defconfig
@@ -63,6 +63,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-j721e-r5-common-proc-board k3-j721e-r5-sk"
+CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
CONFIG_ENV_OVERWRITE=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y