aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32')
-rw-r--r--src/stm32/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig
index 45238407..9cdb3c31 100644
--- a/src/stm32/Kconfig
+++ b/src/stm32/Kconfig
@@ -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