Skip to content

Commit

Permalink
soc: esp32: fix flash write blocks size
Browse files Browse the repository at this point in the history
Current write block size does not guarantee proper
write operation, what might cause corrupted data.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
  • Loading branch information
sylvioalves authored and carlescufi committed Jun 22, 2022
1 parent 1a246ba commit fdd47f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
label = "FLASH_ESP32";
reg = <0 0x400000>;
erase-block-size = <4096>;
write-block-size = <4>;
write-block-size = <32>;
};
};

Expand Down

0 comments on commit fdd47f3

Please sign in to comment.