removing changes from external flash devices
This commit is contained in:
parent
710397fd84
commit
444c008731
@ -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, \
|
||||||
|
Loading…
Reference in New Issue
Block a user