From 186c891182cc6258c82b938afc6ebe4a5585aa8a Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Mon, 16 May 2022 13:59:20 +0200 Subject: bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval BSP 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(-) (limited to 'spec/build/bsps/arm') 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: [] -- cgit v1.2.3