Skip to content

Commit 775a0c7

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 beb89a4 commit 775a0c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

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

0 commit comments

Comments
 (0)