armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS
Rename the build symbol name for better clarity on what it represents. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user