zephyr/drivers/flash
Kuo-Lang Tseng d30fd7ce82 driver: spi_flash_w25qxxdv: remove an incorrect erase size definition
The W25QXXDV_PAGE_SIZE is not a valid erase size supported by
the flash component (section 7.2.23 - 7.2.26 of datasheet
https://www.winbond.com/resource-files/w25q16dv_revi_nov1714_web.pdf)
and it is not used by any code so remove it.

Jira: ZEP-615

Change-Id: I4315fa082d5cbceda65ae8567e0a77e2d4066ef1
Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
2016-09-07 02:50:31 +00:00
..
Kconfig qmsi: flash: Improved reentrancy of the soc flash driver 2016-07-31 16:58:08 +00:00
Makefile drivers: Nordic nRF5 flash support 2016-07-28 13:56:25 +00:00
soc_flash_nrf5.c drivers: Nordic nRF5 flash support 2016-07-28 13:56:25 +00:00
soc_flash_qmsi.c qmsi: flash: Improved reentrancy of the soc flash driver 2016-07-31 16:58:08 +00:00
spi_flash_w25qxxdv.c flash: update API documentation 2016-05-25 13:30:41 +00:00
spi_flash_w25qxxdv.h drivers: WinBond SPI flash support 2016-03-07 19:07:50 +00:00
spi_flash_w25qxxdv_defs.h driver: spi_flash_w25qxxdv: remove an incorrect erase size definition 2016-09-07 02:50:31 +00:00