aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-11-07 08:06:09 -0500
committerTom Rini <trini@konsulko.com>2019-11-07 18:39:18 -0500
commit72077fe160068d2e3d848ca5464d5cbef244eca0 (patch)
tree888249df042361929005b06649f09c3896d6e8db /configs
parent7e6668e8f0ea9694ec2a417a841bcb86462ceb7d (diff)
downloadu-boot-72077fe160068d2e3d848ca5464d5cbef244eca0.zip
u-boot-72077fe160068d2e3d848ca5464d5cbef244eca0.tar.gz
u-boot-72077fe160068d2e3d848ca5464d5cbef244eca0.tar.bz2
configs: j721e_evm_r5_defconfig: Remove SPL multi-DTB FIT support
The SPL FIT will only have one DTB, so remove support for multi-DTB. This also removes an early access to EEPROM used to select the DTB that is not valid in SPL at the point at which it is accessed, that always returns false for GP devices and causes a firewall expection on HS. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/j721e_evm_r5_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig
index 41d24ff..e5cda68 100644
--- a/configs/j721e_evm_r5_defconfig
+++ b/configs/j721e_evm_r5_defconfig
@@ -45,8 +45,6 @@ CONFIG_CMD_FAT=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="k3-j721e-r5-common-proc-board"
-CONFIG_SPL_MULTI_DTB_FIT=y
-CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
CONFIG_DM=y
CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y