Skip to content

Commit 01a1cdf

Browse files
committed
update flash chip comment
1 parent 6abea8a commit 01a1cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const BOOT_DATA_T boot_data = {
3636
0xFFFFFFFF /* empty - extra data word */
3737
};
3838

39-
// Config for W25Q16JV with QSPI routed.
39+
// Config for W25Q32JV with QSPI routed. (compatible with GD25Q32)
4040
__attribute__((section(".boot_hdr.conf")))
4141
const flexspi_nor_config_t qspiflash_config = {
4242
.pageSize = 256u,

0 commit comments

Comments
 (0)