Skip to content

Commit 8f2f97c

Browse files
butokkartben
authored andcommitted
tests: littlefs: fix large partition mounting
Fixes a large partition mounting error for flashes with erase size > 32KB (e.g. s26ks512s0 has 256KB erase size). Signed-off-by: Andrej Butok <[email protected]>
1 parent 1a3dd63 commit 8f2f97c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/subsys/fs/littlefs/src/testfs_lfs.c

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ static struct fs_littlefs large = {
4545
.prog_size = LARGE_IO_SIZE,
4646
.cache_size = LARGE_CACHE_SIZE,
4747
.lookahead_size = LARGE_LOOKAHEAD_SIZE,
48-
.block_size = 32768, /* increase erase size */
4948
.read_buffer = large_read_buffer,
5049
.prog_buffer = large_prog_buffer,
5150
.lookahead_buffer = large_lookahead_buffer,

0 commit comments

Comments
 (0)