Re: [U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI

2016-02-21 Thread Stefano Babic
On 17/02/2016 20:32, Fabio Estevam wrote: > From: Fabio Estevam > > Select CONFIG_FSL_QSPI so that the SPI can be probed: > > => sf probe > SF: Detected N25Q256 with page size 256 Bytes, erase size 64 KiB, total 32 MiB > > Signed-off-by: Fabio Estevam > --- > include/configs/mx6ul_14x14_evk.h

Re: [U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI

2016-02-17 Thread Peng Fan
Hi Fabio, On Wed, Feb 17, 2016 at 05:32:14PM -0200, Fabio Estevam wrote: >From: Fabio Estevam > >Select CONFIG_FSL_QSPI so that the SPI can be probed: > >=> sf probe >SF: Detected N25Q256 with page size 256 Bytes, erase size 64 KiB, total 32 MiB > >Signed-off-by: Fabio Estevam >--- > include/con

[U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI

2016-02-17 Thread Fabio Estevam
From: Fabio Estevam Select CONFIG_FSL_QSPI so that the SPI can be probed: => sf probe SF: Detected N25Q256 with page size 256 Bytes, erase size 64 KiB, total 32 MiB Signed-off-by: Fabio Estevam --- include/configs/mx6ul_14x14_evk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/c