commit | 3d3fa0521384273525e6610b1ba5cc711b8ffc46 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Thu Jun 11 21:19:10 2020 -0500 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jun 16 17:00:50 2020 +0530 |
tree | 0a2219b4d2c789ece34f9e23dbcf0a93cb04a22a | |
parent | f6c7fda7918ca3dca36aad9e92cf592eaea0c302 [diff] |
ARM: da850-evm: Remove SPI from SPL when booting from NAND The da850evm boots from SPI flash while the da850evm_nand_defconfig boots from NAND and these are configs are mutually exclusive. Since there isn't a need for SPI during SPL in the NAND configuration, this patch removes the SPI drivers in SPL while making them still available in U-Boot proper. This should save some code space in SPL. Signed-off-by: Adam Ford <aford173@gmail.com>