Re: [U-Boot] [PATCH 1/2] ARM: am57xx_evm: Enable QSPI support

2016-07-29 Thread Mugunthan V N
On Friday 29 July 2016 02:27 PM, Vignesh R wrote: > > > On Friday 29 July 2016 02:24 PM, Mugunthan V N wrote: >> On Friday 29 July 2016 12:03 PM, Vignesh R wrote: >>> AM571x IDK and AM572x IDK EVMs have spansion s25fl256s QSPI flash on the >>> board connected to TI QSPI IP over CS0. Therefore ena

Re: [U-Boot] [PATCH 1/2] ARM: am57xx_evm: Enable QSPI support

2016-07-29 Thread Vignesh R
On Friday 29 July 2016 02:24 PM, Mugunthan V N wrote: > On Friday 29 July 2016 12:03 PM, Vignesh R wrote: >> AM571x IDK and AM572x IDK EVMs have spansion s25fl256s QSPI flash on the >> board connected to TI QSPI IP over CS0. Therefore enable QSPI support. >> >> Signed-off-by: Vignesh R >> --- >>

Re: [U-Boot] [PATCH 1/2] ARM: am57xx_evm: Enable QSPI support

2016-07-29 Thread Mugunthan V N
On Friday 29 July 2016 12:03 PM, Vignesh R wrote: > AM571x IDK and AM572x IDK EVMs have spansion s25fl256s QSPI flash on the > board connected to TI QSPI IP over CS0. Therefore enable QSPI support. > > Signed-off-by: Vignesh R > --- > configs/am57xx_evm_defconfig | 5 + > include/configs/am

[U-Boot] [PATCH 1/2] ARM: am57xx_evm: Enable QSPI support

2016-07-28 Thread Vignesh R
AM571x IDK and AM572x IDK EVMs have spansion s25fl256s QSPI flash on the board connected to TI QSPI IP over CS0. Therefore enable QSPI support. Signed-off-by: Vignesh R --- configs/am57xx_evm_defconfig | 5 + include/configs/am57xx_evm.h | 36 2 files ch