mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
sf: Add QUAD_IO_FAST read support
This patch adds support QUAD_IO_FAST read command. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
33adfb5f9b
commit
c4ba0d82d3
4 changed files with 8 additions and 2 deletions
|
@ -39,8 +39,10 @@
|
|||
#define SPI_OPM_RX_DOUT 1 << 1
|
||||
#define SPI_OPM_RX_DIO 1 << 2
|
||||
#define SPI_OPM_RX_QOF 1 << 3
|
||||
#define SPI_OPM_RX_QIOF 1 << 4
|
||||
#define SPI_OPM_RX_EXTN SPI_OPM_RX_AS | SPI_OPM_RX_DOUT | \
|
||||
SPI_OPM_RX_DIO | SPI_OPM_RX_QOF
|
||||
SPI_OPM_RX_DIO | SPI_OPM_RX_QOF | \
|
||||
SPI_OPM_RX_QIOF
|
||||
|
||||
/* Header byte that marks the start of the message */
|
||||
#define SPI_PREAMBLE_END_BYTE 0xec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue