disable 4k flash erase blocks everywhere

This commit is contained in:
Daniel Barlow
2023-09-27 22:10:17 +01:00
parent 74f4e0a2f3
commit 3a2f074199
3 changed files with 2 additions and 2 deletions

View File

@@ -38,6 +38,8 @@ in {
kernel = {
config = {
MTD_SPLIT_UIMAGE_FW = "y";
# https://stackoverflow.com/questions/26466470/can-the-logical-erase-block-size-of-an-mtd-device-be-increased
MTD_SPI_NOR_USE_4K_SECTORS = "n";
};
};