Skip to content

Commit e7572d2

Browse files
committed
tests: disk: disk_access: align sector and erase sizes
Ensure that `sector-size` and `erase-size` match for the test. Signed-off-by: Jordan Yates <[email protected]>
1 parent 2e345a4 commit e7572d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/disk/disk_access/boards/native_sim.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
&flash0 {
1212
reg = <0x00000000 DT_SIZE_K(1024)>;
13+
erase-block-size = < 512 >;
1314
partitions {
1415
compatible = "fixed-partitions";
1516
#address-cells = <1>;

0 commit comments

Comments
 (0)