diff options
Diffstat (limited to 'src/rp2040/Kconfig')
-rw-r--r-- | src/rp2040/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/rp2040/Kconfig b/src/rp2040/Kconfig index 37862d34..148222d7 100644 --- a/src/rp2040/Kconfig +++ b/src/rp2040/Kconfig @@ -31,6 +31,10 @@ config FLASH_SIZE hex default 0x200000 +config FLASH_BOOT_ADDRESS + hex + default 0x10000100 # Stage2 binary starts at 0x10000000 + config RAM_START hex default 0x20000000 @@ -45,7 +49,7 @@ config STACK_SIZE config FLASH_START hex - default 0x10000000 + default 0x10000100 ###################################################################### |