aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040
diff options
context:
space:
mode:
Diffstat (limited to 'src/rp2040')
-rw-r--r--src/rp2040/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rp2040/Kconfig b/src/rp2040/Kconfig
index b42e6b21..904699f8 100644
--- a/src/rp2040/Kconfig
+++ b/src/rp2040/Kconfig
@@ -66,7 +66,7 @@ choice
config RP2040_FLASH_START_4000
bool "16KiB bootloader"
endchoice
-config FLASH_START
+config FLASH_APPLICATION_ADDRESS
hex
default 0x10004000 if RP2040_FLASH_START_4000
default 0x10000100