mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-29 13:01:51 -06:00
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:
parent
11dd273b34
commit
42e9adcfc9
8 changed files with 26 additions and 6 deletions
|
@ -164,6 +164,10 @@ config FLASH_SIZE
|
|||
default 0x20000 if MACH_STM32H750
|
||||
default 0x200000 if MACH_STM32H743
|
||||
|
||||
config FLASH_BOOT_ADDRESS
|
||||
hex
|
||||
default 0x8000000
|
||||
|
||||
config RAM_START
|
||||
hex
|
||||
default 0x20000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue