armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Specify the arm architecture flash bootup address for each chip type in Kconfig using a new FLASH_BOOT_ADDRESS setting. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -74,6 +74,10 @@ config FLASH_SIZE
|
||||
hex
|
||||
default 0x80000
|
||||
|
||||
config FLASH_BOOT_ADDRESS
|
||||
hex
|
||||
default 0x0
|
||||
|
||||
config RAM_START
|
||||
hex
|
||||
default 0x20400000 if MACH_SAME70
|
||||
|
Reference in New Issue
Block a user