Skip to content

Commit

Permalink
Add GD chip into qio data, so (at least my) ESP-WROVER uses QIO mode …
Browse files Browse the repository at this point in the history
…succesfully.
  • Loading branch information
Spritetm committed Sep 1, 2017
1 parent 5666fc0 commit 518edac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/bootloader/subproject/main/flash_qio_mode.c
Expand Up @@ -88,6 +88,7 @@ const static qio_info_t chip_data[] = {
{ "MXIC", 0xC2, 0x2000, 0xFF00, read_status_8b_rdsr, write_status_8b_wrsr, 6 },
{ "ISSI", 0x9D, 0x4000, 0xCF00, read_status_8b_rdsr, write_status_8b_wrsr, 6 }, /* IDs 0x40xx, 0x70xx */
{ "WinBond", 0xEF, 0x4000, 0xFF00, read_status_16b_rdsr_rdsr2, write_status_16b_wrsr, 9 },
{ "GD", 0xC8, 0x6000, 0xFF00, read_status_16b_rdsr_rdsr2, write_status_16b_wrsr, 9 },

/* Final entry is default entry, if no other IDs have matched.
Expand Down

0 comments on commit 518edac

Please sign in to comment.