removing changes from external flash devices

This commit is contained in:
Seth Kerr 2021-04-27 17:50:22 -06:00
parent 710397fd84
commit 444c008731

View File

@ -605,8 +605,8 @@ typedef struct {
.single_status_byte = true, \ .single_status_byte = true, \
} }
// Settings for the Macronix MX25L25645G 32MiB SPI flash. // Settings for the Macronix MX25L51245G 64MiB SPI flash.
// Datasheet: https://www.macronix.com/Lists/Datasheet/Attachments/7437/MX25L25645G,%203V,%20256Mb,%20v1.6.pdf // Datasheet: https://www.macronix.com/Lists/Datasheet/Attachments/7437/MX25L51245G,%203V,%20512Mb,%20v1.6.pdf
#define MX25L25645G {\ #define MX25L25645G {\
.total_size = (1 << 25), /* 32 MiB */ \ .total_size = (1 << 25), /* 32 MiB */ \
.start_up_time_us = 5000, \ .start_up_time_us = 5000, \