Skip to content

Commit 2337205

Browse files
hfakkizkartben
authored andcommitted
tests: drivers: flash: Increase storage partition size
Test requires at least (2 * page_info.size) size for test area. Because of that, this commit increases storage_partition size for max32690evkit and max32690fthr boards. Signed-off-by: Furkan Akkiz <[email protected]>
1 parent e6da768 commit 2337205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/drivers/flash/common/boards/max32690evkit_max32690_m4.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
storage_partition: partition@200000 {
1919
label = "storage";
20-
reg = <0x200000 DT_SIZE_K(1)>;
20+
reg = <0x200000 DT_SIZE_M(1)>;
2121
};
2222
};
2323
};

tests/drivers/flash/common/boards/max32690fthr_max32690_m4.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
storage_partition: partition@200000 {
1919
label = "storage";
20-
reg = <0x200000 DT_SIZE_K(1)>;
20+
reg = <0x200000 DT_SIZE_M(1)>;
2121
};
2222
};
2323
};

0 commit comments

Comments
 (0)