ARM: da850-evm: Remove SPI from SPL when booting from NAND
authorAdam Ford <aford173@gmail.com>
Fri, 12 Jun 2020 02:19:10 +0000 (21:19 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 16 Jun 2020 11:30:50 +0000 (17:00 +0530)
commitc0a8d6e1e67cc7feee5c9e6c7e8c13bb953734f1
tree0a2219b4d2c789ece34f9e23dbcf0a93cb04a22a
parent803e9a1f28b5a0888706eb4082297224873ce71c
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>
configs/da850evm_nand_defconfig