On Fri, 28 Feb 2025 14:47:24 +0530, Prasad Kummari wrote: > SST(sst26wf016) flashes have multiple erase block sizes, including > 8 KB, 32 KB, and 64 KB. Since a 64 KB sector erase cannot be performed > on all blocks, the 4 KB sector erase command should be used instead. > Enabling the SPI_FLASH_USE_4K_SECTORS configuration allows the use of > 4 KB sector erases, but it may increase the erase operation time for large > memory flashes. > > [...]
Applied to u-boot/master, thanks! [1/1] Revert "mtd: spi-nor: Remove recently added SST special case" commit: f59cb6a6970bd5603e225acabf741b930fd43156 -- Tom