Skip to content

Commit

Permalink
update flash chip comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Mar 19, 2021
1 parent 6abea8a commit 01a1cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const BOOT_DATA_T boot_data = {
0xFFFFFFFF /* empty - extra data word */
};

// Config for W25Q16JV with QSPI routed.
// Config for W25Q32JV with QSPI routed. (compatible with GD25Q32)
__attribute__((section(".boot_hdr.conf")))
const flexspi_nor_config_t qspiflash_config = {
.pageSize = 256u,
Expand Down

0 comments on commit 01a1cdf

Please sign in to comment.