summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-04-19 14:03:29 +0700
committerhathach <[email protected]>2021-04-19 14:03:29 +0700
commita2be6c14726f33167981eeba5b65483ab8a95b92 (patch)
treeec5fb117a7abc094fc8cf17e6c0555c23a8391ac
parent59f0fa1e5e6767602c346bdd9371bf7d6caa9d08 (diff)
correct boot stage2 for itsybitsy and qt rp2040
-rw-r--r--hw/bsp/rp2040/boards/adafruit_itsybitsy_rp2040/board.cmake2
-rw-r--r--hw/bsp/rp2040/boards/adafruit_qt_rp2040/board.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/rp2040/boards/adafruit_itsybitsy_rp2040/board.cmake b/hw/bsp/rp2040/boards/adafruit_itsybitsy_rp2040/board.cmake
index ea4070cf3..eb9f219d2 100644
--- a/hw/bsp/rp2040/boards/adafruit_itsybitsy_rp2040/board.cmake
+++ b/hw/bsp/rp2040/boards/adafruit_itsybitsy_rp2040/board.cmake
@@ -1 +1 @@
-set(PICO_DEFAULT_BOOT_STAGE2_FILE "${PICO_SDK_PATH}/src/rp2_common/boot_stage2/boot2_generic_03h.S")
+set(PICO_DEFAULT_BOOT_STAGE2_FILE "${PICO_SDK_PATH}/src/rp2_common/boot_stage2/boot2_w25q080.S")
diff --git a/hw/bsp/rp2040/boards/adafruit_qt_rp2040/board.cmake b/hw/bsp/rp2040/boards/adafruit_qt_rp2040/board.cmake
index ea4070cf3..eb9f219d2 100644
--- a/hw/bsp/rp2040/boards/adafruit_qt_rp2040/board.cmake
+++ b/hw/bsp/rp2040/boards/adafruit_qt_rp2040/board.cmake
@@ -1 +1 @@
-set(PICO_DEFAULT_BOOT_STAGE2_FILE "${PICO_SDK_PATH}/src/rp2_common/boot_stage2/boot2_generic_03h.S")
+set(PICO_DEFAULT_BOOT_STAGE2_FILE "${PICO_SDK_PATH}/src/rp2_common/boot_stage2/boot2_w25q080.S")