[PATCH 7/7] bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval BSP
Karel Gardas
karel at functional.vision
Mon May 23 09:20:53 UTC 2022
This means:
SDRAM 1: 0
SDRAM 2: 32 MB
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml | 1 +
spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml b/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
index b748d7d3f7..4825a6446b 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
@@ -7,6 +7,7 @@ default-by-variant:
- value: 0
variants:
- arm/stm32h7b3i-dk
+ - arm/stm32h757i-eval
enabled-by: true
format: '{:#010x}'
links: []
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml b/spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml
index 5a1ffdcace..dff8a772e4 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0
-default-by-variant: []
+default-by-variant:
+- value: 33554432
+ variants:
+ - arm/stm32h757i-eval
enabled-by: true
format: '{:#010x}'
links: []
--
2.25.1
More information about the devel
mailing list