Commit 72077fe160068d2e3d848ca5464d5cbef244eca0

Authored by Andrew F. Davis
Committed by Tom Rini
1 parent 7e6668e8f0

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

configs/j721e_evm_r5_defconfig
... ... @@ -45,8 +45,6 @@
45 45 CONFIG_OF_CONTROL=y
46 46 CONFIG_SPL_OF_CONTROL=y
47 47 CONFIG_DEFAULT_DEVICE_TREE="k3-j721e-r5-common-proc-board"
48   -CONFIG_SPL_MULTI_DTB_FIT=y
49   -CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
50 48 CONFIG_DM=y
51 49 CONFIG_SPL_DM=y
52 50 CONFIG_SPL_DM_SEQ_ALIAS=y