Re: [U-Boot] [PATCH] defconfig: am43xx_evm: Enable DM_SPI and DM_SPI_FLASH

2016-11-22 Thread Mugunthan V N
On Tuesday 22 November 2016 02:42 PM, Vignesh R wrote: > Commit 4c4e3b37750f3("ARM: AM43xx: Enable FIT") accidentally disabled > DM_SPI and DM_SPI_FLASH. Add back DM_SPI and DM_SPI_FLASH to > am43xx_evm_defconfig in order to make use of DM framework for QSPI. > > Signed-off-by: Vignesh R

Re: [U-Boot] [PATCH] defconfig: am43xx_evm: Enable DM_SPI and DM_SPI_FLASH

2016-11-22 Thread Lokesh Vutla
On Tuesday 22 November 2016 02:42 PM, Vignesh R wrote: > Commit 4c4e3b37750f3("ARM: AM43xx: Enable FIT") accidentally disabled > DM_SPI and DM_SPI_FLASH. Add back DM_SPI and DM_SPI_FLASH to > am43xx_evm_defconfig in order to make use of DM framework for QSPI. > > Signed-off-by: Vignesh R

[U-Boot] [PATCH] defconfig: am43xx_evm: Enable DM_SPI and DM_SPI_FLASH

2016-11-22 Thread Vignesh R
Commit 4c4e3b37750f3("ARM: AM43xx: Enable FIT") accidentally disabled DM_SPI and DM_SPI_FLASH. Add back DM_SPI and DM_SPI_FLASH to am43xx_evm_defconfig in order to make use of DM framework for QSPI. Signed-off-by: Vignesh R --- configs/am43xx_evm_defconfig| 2 ++