summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2021-03-12 15:58:38 -0800
committerScott Shawcroft <scott@tannewt.org>2021-03-12 16:00:16 -0800
commit45487f14a0c0623af8fad817ca8ab43c9490ca2c (patch)
treef8020da8ae8959ea8ca988512e0f00145cc491ac
parenta5c675932598851797481c60f5793e3adf95ede5 (diff)
Speed up a bit more
-rw-r--r--ports/raspberrypi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/Makefile b/ports/raspberrypi/Makefile
index 413480d10..2c1a13a8b 100644
--- a/ports/raspberrypi/Makefile
+++ b/ports/raspberrypi/Makefile
@@ -234,7 +234,7 @@ SRC_COMMON_HAL_SHARED_MODULE_EXPANDED = $(sort $(SRC_COMMON_HAL_EXPANDED) $(SRC_
SRC_S = supervisor/$(CHIP_FAMILY)_cpu.s
BOOT2_S_UPPER ?= sdk/src/rp2_common/boot_stage2/boot2_generic_03h.S
-BOOT2_S_CFLAGS ?= -DPICO_FLASH_SPI_CLKDIV=6
+BOOT2_S_CFLAGS ?= -DPICO_FLASH_SPI_CLKDIV=4
SRC_S_UPPER = sdk/src/rp2_common/hardware_divider/divider.S \
sdk/src/rp2_common/hardware_irq/irq_handler_chain.S \
sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S \