Skip to content

Commit cf25577

Browse files
committed
mtd:ramtron MB85RS256B address length is 2
1 parent 75ed9a4 commit cf25577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/ramtron.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ static const struct ramtron_parts_s g_ramtron_parts[] =
328328
0x05, /* id1 */
329329
0x09, /* id2 */
330330
32L * 1024L, /* size */
331-
3, /* addr_len */
331+
2, /* addr_len */
332332
25000000 /* speed */
333333
#ifdef CONFIG_RAMTRON_CHUNKING
334334
, false, /* chunked */

0 commit comments

Comments
 (0)