diff mbox series

[U-Boot] configs: j721e_evm_r5_defconfig: Remove SPL multi-DTB FIT support

Message ID 20191107130609.24232-1-afd@ti.com
State Accepted
Commit 72077fe160068d2e3d848ca5464d5cbef244eca0
Delegated to: Tom Rini
Headers show
Series [U-Boot] configs: j721e_evm_r5_defconfig: Remove SPL multi-DTB FIT support | expand

Commit Message

Andrew Davis Nov. 7, 2019, 1:06 p.m. UTC
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>
---
 configs/j721e_evm_r5_defconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Lokesh Vutla Nov. 7, 2019, 1:06 p.m. UTC | #1
On 07/11/19 6:36 PM, Andrew F. Davis wrote:
> 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>

Thanks and regards,
Lokesh
Tom Rini Nov. 8, 2019, 3:35 p.m. UTC | #2
On Thu, Nov 07, 2019 at 08:06:09AM -0500, Andrew F. Davis wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig
index b7168eceb4..57a8cf61e6 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