commit | eb3858cbbdcd70ffd44762a9a8387b28308c5a08 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Sat Jul 20 18:47:11 2019 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jul 24 09:20:56 2019 -0400 |
tree | b02cd8677f80346d95a0c39ffa7f2c1722d37e62 | |
parent | 50550e02c00ca6f258c84c9578320629900d2ea4 [diff] |
drivers/spi_nor: allow application control of flash layout page size The driver historically used the erase block size (64 KiBy) as the page size. There are other viable "sector" sizes, and for some applications this one may be too large. Allow the application to specify the desired flash page size. Signed-off-by: Peter A. Bigot <pab@pabigot.com>