commit | 72077fe160068d2e3d848ca5464d5cbef244eca0 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Thu Nov 07 08:06:09 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 07 18:39:18 2019 -0500 |
tree | 888249df042361929005b06649f09c3896d6e8db | |
parent | 7e6668e8f0ea9694ec2a417a841bcb86462ceb7d [diff] |
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>