aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stm32/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig
index 8faa662d..45238407 100644
--- a/src/stm32/Kconfig
+++ b/src/stm32/Kconfig
@@ -166,7 +166,6 @@ config FLASH_SIZE
config RAM_START
hex
- default 0x24000000 if MACH_STM32H743
default 0x20000000
config RAM_SIZE
@@ -181,8 +180,7 @@ config RAM_SIZE
default 0x10000 if MACH_STM32F401
default 0x20000 if MACH_STM32F4x5 || MACH_STM32F446
default 0x24000 if MACH_STM32G0B1
- default 0x20000 if MACH_STM32H750
- default 0x80000 if MACH_STM32H743
+ default 0x20000 if MACH_STM32H7
config STACK_SIZE
int