Re: [U-Boot] [PATCH] sf: Correct the macros as per new array fast read command

2015-04-17 Thread Jagan Teki
On 11 March 2015 at 14:52, Siva Durga Prasad Paladugu siva.durga.palad...@xilinx.com wrote: Correct the macros as per insertion of array fast read command CMD_READ_ARRAY_FAST in spi_read_cmds_array in file sf_probe.c Signed-off-by: Siva Durga Prasad Paladugu siva...@xilinx.com ---

[U-Boot] [PATCH] sf: Correct the macros as per new array fast read command

2015-03-11 Thread Siva Durga Prasad Paladugu
Correct the macros as per insertion of array fast read command CMD_READ_ARRAY_FAST in spi_read_cmds_array in file sf_probe.c Signed-off-by: Siva Durga Prasad Paladugu siva...@xilinx.com --- include/spi.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git