
18 Nov
2015
18 Nov
'15
10:20 p.m.
Hi Jagan,
On Tue, Nov 17, 2015 at 4:07 AM, Jagan Teki jteki@openedev.com wrote:
On 14 November 2015 at 00:19, Otavio Salvador otavio@ossystems.com.br wrote:
Add SPI NOR support:
=> sf probe SF: Detected SST25VF032B with page size 256 Bytes, erase size 4 KiB, total 4 MiB
Signed-off-by: Otavio Salvador otavio@ossystems.com.br
I have asked to move the spi_nor int stuff on #ifdef CONFIG_SPI_MXC in previous patch any response on that?
Is this really needed?
Given that:
- The boot medium of this board is SPI NOR - We want CONFIG_SPI_MXC to be always selected - We don't want to polute the code with ifdef's
I thinks the code is fine as is.
Regards,
Fabio Estevam