diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-03-19 09:50:26 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-03-19 09:50:26 -0500 |
| commit | 01a1cdf13a0c5385df3ff396f4ccaf5a1c6c597c (patch) | |
| tree | 45844fb8f37b85978e004a936578df7a48ec8c69 /ports | |
| parent | 6abea8a4aaf683aa4a7e1edbfe2f38e87a8f327f (diff) | |
update flash chip comment
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c b/ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c index 3f4ab0271..b2894d766 100644 --- a/ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c +++ b/ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c @@ -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, |
