Skip to content

Commit 444c008

Browse files
author
Seth Kerr
committed
removing changes from external flash devices
1 parent 710397f commit 444c008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supervisor/shared/external_flash/devices.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ typedef struct {
605605
.single_status_byte = true, \
606606
}
607607

608-
// Settings for the Macronix MX25L25645G 32MiB SPI flash.
609-
// Datasheet: https://www.macronix.com/Lists/Datasheet/Attachments/7437/MX25L25645G,%203V,%20256Mb,%20v1.6.pdf
608+
// Settings for the Macronix MX25L51245G 64MiB SPI flash.
609+
// Datasheet: https://www.macronix.com/Lists/Datasheet/Attachments/7437/MX25L51245G,%203V,%20512Mb,%20v1.6.pdf
610610
#define MX25L25645G {\
611611
.total_size = (1 << 25), /* 32 MiB */ \
612612
.start_up_time_us = 5000, \

0 commit comments

Comments
 (0)