summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThea Flowers <me@thea.codes>2020-03-26 12:33:27 -0700
committerThea Flowers <me@thea.codes>2020-03-26 12:33:27 -0700
commitff67571e9a4de91f38b6520f77dc0ff472306fda (patch)
tree7f3b73ab4fed89cfa5f33dd3a0abbd44366c29b5
parent59eb35da30c0141ce0b2eb5b9718d2a655f988ba (diff)
Add GD25Q64C as a flash chip for Sol
-rw-r--r--ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk b/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk
index b1f916ec2..166eaad3f 100644
--- a/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk
@@ -12,8 +12,8 @@ CHIP_VARIANT = SAMD51J20A
CHIP_FAMILY = samd51
QSPI_FLASH_FILESYSTEM = 1
-EXTERNAL_FLASH_DEVICE_COUNT = 1
-EXTERNAL_FLASH_DEVICES = W25Q32JV_IQ
+EXTERNAL_FLASH_DEVICE_COUNT = 2
+EXTERNAL_FLASH_DEVICES = "GD25Q64C, W25Q32JV_IQ"
LONGINT_IMPL = MPZ
# Disable modules that are unusable on this special-purpose board.