drivers: flash: spi_nor: remove not used QE bit define
Removes unused QE bit define. Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
parent
729a38d72b
commit
78ecf65267
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
/* Status register bits */
|
||||
#define SPI_NOR_WIP_BIT BIT(0) /* Write in progress */
|
||||
#define SPI_NOR_WEL_BIT BIT(1) /* Write enable latch */
|
||||
#define SPI_NOR_QE_BIT BIT(6) /* Enable quad mode */
|
||||
|
||||
/* Control register bits */
|
||||
#define SPI_NOR_4BYTE_BIT BIT(5) /* 4B addressing */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue