commit | 2a590d3fa5e2b15b88df70a17cd6d2d630a2c933 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Sat Jul 20 14:09:10 2019 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jul 24 09:20:56 2019 -0400 |
tree | 4089eeaf2db7fcc26fb21a079df519de508cc08f | |
parent | 4fc2445dc76b9413769362761e9d920759f791c4 [diff] |
drivers/spi_nor: remove configurability of page/sector/block sizes The JEDEC API defines the hardware page, sector, and block sizes. Deprecate the Kconfig settings, remove the `erase-size-block` property, and add `has-be32k` to indicate that 32K-byte erase is supported. Rework the driver to use the constants instead of configured values. Signed-off-by: Peter A. Bigot <pab@pabigot.com>