]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/spi/sf_internal.h
Revert "spi: add config option to enable the WP pin function on st micron flashes"
[karo-tx-uboot.git] / drivers / mtd / spi / sf_internal.h
index 785f7a96fed28d8d7cb8297fa009705e183c9290..bd834dc26325bbb838d7333362cf1225d88e2447 100644 (file)
@@ -97,10 +97,6 @@ enum {
 #define STATUS_QEB_MXIC                (1 << 6)
 #define STATUS_PEC                     (1 << 7)
 
-#ifdef CONFIG_SYS_SPI_ST_ENABLE_WP_PIN
-#define STATUS_SRWD                    (1 << 7) /* SR write protect */
-#endif
-
 /* Flash timeout values */
 #define SPI_FLASH_PROG_TIMEOUT         (2 * CONFIG_SYS_HZ)
 #define SPI_FLASH_PAGE_ERASE_TIMEOUT           (5 * CONFIG_SYS_HZ)