diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-03-02 08:08:41 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-03-02 08:08:41 -0600 |
| commit | f560b5f3a391d1e4d63fa73e78954fd110423d50 (patch) | |
| tree | 43dfb79ea93162167edcb76a68139037de18d71e /ports | |
| parent | 5a00862b1db24c11356b99c15ff9b449b50e9580 (diff) | |
raspberry: switch pico back to the boot2 for W25Q16
Presumably, switching it to generic hurt performance a bit.
I verified that the build-raspberry_pi_pico/boot2_padded_checksummed.S
built file has the same checksum as the old
bs2_default_padded_checksummed.S
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk b/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk index 54c130660..8d6ca5330 100644 --- a/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk +++ b/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk @@ -9,3 +9,5 @@ CHIP_FAMILY = rp2 INTERNAL_FLASH_FILESYSTEM = 1 CIRCUITPY__EVE = 1 + +BOOT2_S_UPPER = sdk/src/rp2_common/boot_stage2/boot2_w25q080.S |
