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:
@@ -65,11 +65,6 @@ config CLOCK_FREQ
|
||||
default 120000000 if MACH_SAM4
|
||||
default 300000000 if MACH_SAME70
|
||||
|
||||
config FLASH_START
|
||||
hex
|
||||
default 0x400000 if MACH_SAM4 || MACH_SAME70
|
||||
default 0x80000
|
||||
|
||||
config FLASH_SIZE
|
||||
hex
|
||||
default 0x80000
|
||||
@@ -93,6 +88,11 @@ config STACK_SIZE
|
||||
int
|
||||
default 512
|
||||
|
||||
config FLASH_APPLICATION_ADDRESS
|
||||
hex
|
||||
default 0x400000 if MACH_SAM4 || MACH_SAME70
|
||||
default 0x80000
|
||||
|
||||
choice
|
||||
prompt "Communication interface"
|
||||
config ATSAM_USB
|
||||
|
||||
Reference in New Issue
Block a user